introduce an automated backup mechanism #24
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
High Priority
invalid
question
reproduction needed
schema-fix-required
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ClassClock/API#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
idea: have the app automatically run a database dump and save it to a specific folder that can be mounted in docker.
May also be fun to allow superadmins to query and download a list of these files via the API.
this may be hard to do from within python though unless SQLAlchemy supports it. There also may not be demand for this to be worth maintaining
this might be doable if theres another docker container that can be added to the compose-file that can connect to anc automatically back up the database at certain intervals
This solution assumes the use of docker. Which likely wont be what most people will do.
It may be easier to document it for the superadmin to deal with