You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: