more readme

This commit is contained in:
subnub
2020-03-05 15:39:54 -05:00
parent 42ad0a3c52
commit 6fa3c10ee1
+1 -1
View File
@@ -52,7 +52,7 @@ MyDrive comes with some build in NPM scripts for server management, this include
- Clean Database: Command “npm run clean-database”, Cleans database, removing any orphaned chunks that do not have a file associated with them, this command will automatically run backup database, incase anything fails.
- Change Encryption Password: Command “change-password-database”, Changed the encryption password, that the server first asks for on start up, this requires the old encryption password.
- Change Encryption Password: Command “change-password-database”, Changed the encryption password, that the server first asks for on start up, this requires the old encryption password. This will also create a new backup, incase anything fails.
- Delete Database: Command “npm run delete-database”, Deletes the main database, does not delete the temporary backup.