introduce an automated backup mechanism #24

Open
opened 2023-02-28 18:37:11 +01:00 by MoralCode · 2 comments
Owner

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

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
Author
Owner

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 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
Author
Owner

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

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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ClassClock/API#24
No description provided.