mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-12 01:15:13 +00:00
This commit installs mysqldump via the package mariadb-client to make use of `php artisan backup:run`. Without that package the command fails with the following error: ``` $ docker-compose exec app php artisan backup:run Starting backup... Dumping database pixelfed... Backup failed because The dump process failed with exitcode 127 : Command not found : sh: 1: mysqldump: not found ``` |
||
---|---|---|
.. | ||
Dockerfile.apache | ||
Dockerfile.fpm | ||
php.ini | ||
start.sh |