This custom Docker image, easy-backup-mariadb-phabricator
, is hosted on Docker Hub. It's designed to facilitate easy backup processes for MariaDB databases used in conjunction with the Phabricator platform.
- Built on top of the base image from phabricator/phabricator, ensuring compatibility with the Phabricator software stack.
- Includes additional components and configurations to simplify the backup of MariaDB databases within a Phabricator environment. This is needed because Phabricator does not, as an image on its own, ship with the mysql commands necessary to actually make use of
./bin/storage dump --compress --output backup.sql.gz
To use this custom Docker image, you can follow these steps:
- Pull the image from Docker Hub:
docker pull kwilsonmg/easy-backup-mariadb-phabricator