Backups & Restore
With the Docker Compose configuration, it is possible to create a simple setup for database backups. The MariaDB image comes up the tooling to dump the entire database to disk, which allows for backup & restoration.
To back up the database, you'll use a tool like mariadb-dump
, which is commonly used for creating backups of MariaDB databases.
Hold Up!
This is a work in progress that hasn't yet been tested