-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB backups #18
Comments
We currently host 3 DMBS:
The first solution is to add and host single volumes, one for each system. Exemple for a single, shared, volume:
Documentation for backing up data volumes Another solution could be to use remote volume hosting (such as Amazon EBS) or to enhance volume management with volume plugins, some examples. Just to recall something: data volumes can be initiated with backup through Another another solution could be to use the container backup. Just letting everything sink in before chosing solution. |
No I want that each DB is independant, and I don't want physical backup by logical IE dumps SQL, generated with mysqldump, pgdump, mongodump etc. Theses dumps sould be stocked in the local backup directory by default in the repository, with a mount bind. This directory should be customisable like the code dir. |
So:
|
Crontab is uselessl, a backup at every start will do the job. |
As we talked about, the current objective is to go fast and use simplicity before developing a better backup management system in the future. Backup container
|
Logic have been changed to :
|
🇫🇷
Les bases de données doivent pourvoir être sauvegardées, il faut trouver un mécanisme de backup/restauration.
Les backups doivent être stockés dans un mount bind sur le poste apprenant, avec une rétention d'une semaine.
Pourquoi pas un stockage cloud par la suite.
Edit@Translation:
🇬🇧
Databases must be able to be backed up, and a backup/restore mechanism must be found.
Backups should be stored in a mount bind on the learner workstation, with a retention period of one week.
Why not store them in the cloud afterwards?
The text was updated successfully, but these errors were encountered: