You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide for each service the command to backup and restore data, either it's the entire data dir or a specific tool provided by the service itself.
We should discuss here how to make this possible.
The text was updated successfully, but these errors were encountered:
For instance we can write a celery worker for each service backup command. The worker should be a container started with the right "volumes-from" option set.
Then the docker-compose command (or via do.py?) could be called inside the host cron, writing a few lines of documentation or providing examples (e.g. once a day).
The do.py is the most powerful option, which could also cycle on a list of workers that can make the backup (e.g. files inside a vanilla/backup_scripts) to execute them all.
One requirement for this drafted solution is that redis/celery should be running, and do.py can check that.
We should provide for each service the command to backup and restore data, either it's the entire data dir or a specific tool provided by the service itself.
We should discuss here how to make this possible.
The text was updated successfully, but these errors were encountered: