feat: add more logs to migrations and create a settings backup (#1036)

* feat: add more logs to migrations and create a settings backup

* fix: avoid backup to be replaced at next startup

* fix: resolve review comments

* fix: try to fix CodeQL warnings
This commit is contained in:
Gauthier
2024-10-24 18:12:42 +02:00
committed by GitHub
parent 0bbcfcbd5e
commit 326001c3ec
2 changed files with 45 additions and 10 deletions

1
.gitignore vendored
View File

@@ -34,6 +34,7 @@ yarn-error.log*
# database
config/db/*.sqlite3*
config/settings.json
config/settings.old.json
# logs
config/logs/*.log*