Created
October 8, 2020 18:25
-
-
Save josefglatz/5e902bda5317730b5511cc89b5c7eabb to your computer and use it in GitHub Desktop.
Example of how to dump a database with a lowlevel approach requested by Alexander
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker-compose exec --user mysql mysql sh -c "mysqldump -udev -pdev typo3 2>/dev/null" > $(date +"%Y%m%d_%H%M%S").sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment