selfprivacy-rest-api/selfprivacy_api/backup
Inex Code 2df448a4a9
continuous-integration/drone/push Build is failing Details
fix(backups): Do not shut down the service during backup
We do not want the user to expirience outages during automatic backups.
Generally, they are not even needed.
We should use hooks to service-specific tasks, such as
creating the database dump, so we don't have to shut down Postgres.
2023-07-20 17:11:02 +03:00
..
backuppers style: linting of backups module 2023-07-19 15:59:51 +03:00
providers refactoring(backups): backuper -> backupper 2023-07-17 16:05:00 +03:00
__init__.py fix(backups): Do not shut down the service during backup 2023-07-20 17:11:02 +03:00
jobs.py test(backups): test out that pre-restore backup plays nice with jobs 2023-07-17 16:05:00 +03:00
local_secret.py fix(backups): Handle orphaned snapshots 2023-07-17 16:05:00 +03:00
storage.py feature(backup):remove code for finegrained autobackup control 2023-07-19 15:36:25 +00:00
tasks.py test(backups): test out that pre-restore backup plays nice with jobs 2023-07-17 16:05:00 +03:00
util.py refactor(backups): move syncing (non-restic) into backup utils 2023-07-17 16:05:00 +03:00