-
Notifications
You must be signed in to change notification settings - Fork 9
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
Data backups in production #33
Comments
@nirik can you please let us know? |
@FrostyX I am in a similar situation and this answer may be useful for you. |
Yeah, no backups of any kind for communishift projects. Our prod/stg clusters, everything in ansible or the external db server are backed up, but 'content' like netapp volumes of storage pvc's are not. Most services don't have persistent data like that at all, it can be all recreated from the application. |
#62 introduces cronjob that tars our data every day - only thing now needed is to add a functionality that will upload this tar somewhere |
I would go the other way around and set up something, that will periodically download the tarball |
We can add something like this to Cron:
|
Do we have backups in CommuniShift for free, administered by Fedora Infra team, or do we have to setup them on our own?
The text was updated successfully, but these errors were encountered: