Skip to content
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

Closed
FrostyX opened this issue Nov 28, 2023 · 7 comments
Closed

Data backups in production #33

FrostyX opened this issue Nov 28, 2023 · 7 comments
Assignees

Comments

@FrostyX
Copy link
Member

FrostyX commented Nov 28, 2023

Do we have backups in CommuniShift for free, administered by Fedora Infra team, or do we have to setup them on our own?

@FrostyX
Copy link
Member Author

FrostyX commented Nov 28, 2023

@nirik can you please let us know?

@siteshwar
Copy link

@FrostyX I am in a similar situation and this answer may be useful for you.

@nirik
Copy link

nirik commented Nov 29, 2023

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.

@nikromen nikromen moved this from Needs triage to In 3 months in CPT Kanban Dec 13, 2023
@nikromen
Copy link
Member

#62 introduces cronjob that tars our data every day - only thing now needed is to add a functionality that will upload this tar somewhere

@FrostyX
Copy link
Member Author

FrostyX commented Dec 17, 2023

that will upload this tar somewhere

I would go the other way around and set up something, that will periodically download the tarball

@FrostyX
Copy link
Member Author

FrostyX commented Jan 13, 2024

We can add something like this to Cron:

wget https://log-detective.com/download -O $(date +"log-detective-%Y-%m-%d-%s.tar.gz")

@praiskup praiskup self-assigned this Jan 15, 2024
@praiskup praiskup moved this from In 3 months to In Progress in CPT Kanban Jan 15, 2024
@praiskup
Copy link
Member

@nikromen nikromen moved this from In Progress to Done in CPT Kanban Jan 22, 2024
@nikromen nikromen moved this from Done to In Progress in CPT Kanban Jan 22, 2024
@FrostyX FrostyX moved this from In Progress to Done in CPT Kanban Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

5 participants