Questions tagged [mysqldump]
40 questions
1
vote
1 answer
mysqldump piped to gzip then s3 doesn't to run out of disk space
I run the following command which all.sql.gz is greater than the amount of free space on hard drive....but somehow it completes without issue. Is it because of how the piping works?
mysqldump --defaults-file=/home/ec2-user/db-master.cnf…
Chris Muench
- 497
0
votes
0 answers
Backing up a large database using mysqldump and CRON
I'm trying to backup a single MySql Database on my website using CRON but it's not working. Command is
/usr/bin/mysqldump -uUSERNAME -pPASSWORD --databases DATABASENAME | gzip > /home/MYSITE/forumbackup/backup.$(date…
Neil
- 1