Recommended updates.

This commit is contained in:
NeuralMiner 2021-10-18 13:25:53 -06:00
parent e1f1d4a959
commit 572a5300aa
4 changed files with 4 additions and 3 deletions

View file

@ -312,7 +312,7 @@ class Database {
*/
static backup(version) {
if (! this.backupPath) {
console.info("Backup the database");
console.info("Backing up the database");
this.backupPath = this.dataDir + "kuma.db.bak" + version;
fs.copyFileSync(Database.path, this.backupPath);