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
Describe the bug
Noticed, that PPA scripts are removing entire directories /usr/share/nethermind and /usr/lib/nethermind.
We need to prevent from removing nethermind_db, keystore and configs directory in those location in case of users which are using only default values without moving DB to other place.
To Reproduce
Steps to reproduce the behavior:
Install Nethermind with PPA
Sync any chain just to have nethermind_db directory
Execute sudo apt reinstall nethermind
Observe: nethermind_db directory removed
Should be applied for apt remove and apt reinstall
The text was updated successfully, but these errors were encountered:
Describe the bug
Noticed, that PPA scripts are removing entire directories
/usr/share/nethermind
and/usr/lib/nethermind
.We need to prevent from removing
nethermind_db
,keystore
andconfigs
directory in those location in case of users which are using only default values without moving DB to other place.To Reproduce
Steps to reproduce the behavior:
nethermind_db
directorysudo apt reinstall nethermind
nethermind_db
directory removedShould be applied for
apt remove
andapt reinstall
The text was updated successfully, but these errors were encountered: