mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Update database changes application logic in utils
This commit is contained in:
parent
4ffaf324c4
commit
2d51d51cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def restore_database(backup_file: Path, db: Database = None) -> Database:
|
|||
LOGGER.error(f"Failed to restore the database: {proc.stderr.decode()}")
|
||||
sys_exit(1)
|
||||
|
||||
err = db.checked_changes(value=True)
|
||||
err = db.checked_changes(plugins_changes="all", value=True)
|
||||
if err:
|
||||
LOGGER.error(f"Error while applying changes to the database: {err}, you may need to reload the application")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue