Skip to main content

Mysqldump is a django package that is used to generate the logical backup of the MySQL database

Project description

Mysqldump is a django package used to generate the logical backup of the MySQL database.

Installation

  •   pip install mysqldump  
  •  Add backupdb to your settings.py 
  •  Run the below command 

    ./manage.py dumpdb

setting.py

Installed Apps

INSTALLED_APPS = [ 'backupdb', ]

TMP_DIR

To define custom temporary dir, if not django will use default system tmp directory

0.0.1

first release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mysqldump-0.0.5.tar.gz (8.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page