March 2020
Intermediate to advanced
608 pages
17h 17m
English
The backup script will create backup files under /home/myproject/db_backups/ and will save the log at /home/myproject/logs/backup_mysql_db.log, similar to this:
=== Creating DB Backup ===Fri Jan 17 02:12:14 CET 2020- Dump structuremysqldump: [Warning] Using a password on the command line interface can be insecure.- Dump contentmysqldump: [Warning] Using a password on the command line interface can be insecure.- Create a *.gz archive- Create a symlink latest.sql.gz------------------------------------------The operation took 0 minutes and 2 seconds.
If the operation is successful, the script will return exit code 0; otherwise, the exit code will be the number of errors while executing the script. And the log file will show the ...