How to make a Mariadb Backup?

You can perform Mariadb backup by executing the following command:

sudo docker exec -i MARIADB_CONTAINER_NAME mariadb-dump -u root -p  soffid01 | gzip > /some/path/on/your/host/soffid01.dump.gz

This action requires the root password.

You can use:

Example

image-1704804469717.png


Revision #8
Created 9 January 2024 10:44:55 by pgarcia@soffid.com
Updated 2 April 2025 14:48:20 by pgarcia@soffid.com