Skip to Content
Django 3 Web Development Cookbook - Fourth Edition
book

Django 3 Web Development Cookbook - Fourth Edition

by Aidas Bendoraitis, Jake Kronika
March 2020
Intermediate to advanced
608 pages
17h 17m
English
Packt Publishing
Content preview from Django 3 Web Development Cookbook - Fourth Edition

How it works...

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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Django 2 Web Development Cookbook - Third Edition

Django 2 Web Development Cookbook - Third Edition

Jake Kronika, Aidas Bendoraitis

Publisher Resources

ISBN: 9781838987428Supplemental Content