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

Set up backend database #5

Open
kusalananda opened this issue Aug 30, 2024 · 0 comments · May be fixed by #6
Open

Set up backend database #5

kusalananda opened this issue Aug 30, 2024 · 0 comments · May be fixed by #6
Assignees

Comments

@kusalananda
Copy link
Collaborator

kusalananda commented Aug 30, 2024

As a developer, I want to easily manage the backend's database. I want to be able to apply migrations of the database's schema and data in a straightforward manner, and I want to be able to create database dumps for the sake of backups and to be able to restart the project with a previously created database dump.

  • Docker compose project for backend to include management of database:
    • Entrypoint script for automatic database migration.
    • Entrypoint script to initialise the database from a database dump, if such a database dump is present and if the database is missing.
  • Management script for dumping the live database.
@kusalananda kusalananda self-assigned this Aug 30, 2024
@kusalananda kusalananda linked a pull request Aug 31, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant