You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
If a core instance has a backup (i.e because it has been upgraded) it should get deleted when that instance gets uninstalled.
Actual behavior
Backup stays on disk after the instance has been uninstalled.
Steps to reproduce
lisk core:install foo
lisk core:upgrade foo # backup gets created as part of the upgrade process
lisk core:uninstall foo
ls -l ~/.lisk/backups/ # will show a backup of "foo"
Which version(s) does this affect? (Environment, OS, etc...)
2.2.0
The text was updated successfully, but these errors were encountered:
Expected behavior
If a core instance has a backup (i.e because it has been upgraded) it should get deleted when that instance gets uninstalled.
Actual behavior
Backup stays on disk after the instance has been uninstalled.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
2.2.0
The text was updated successfully, but these errors were encountered: