DjHDGutils ========== ### db\_dump - Dump current django database, restore from latest sql dump Automation of making dumps for any of your Django projects. Currently the following database backends are supported: - postgresql\_psycopg2 - mysql There are 2 main modes for the script to run: - dump (default) - restore (when you specify parameter —restore) ### dbup (outdated, please use PatchManager instead) For a large production systems we support we prefer manual migration scripts, run in a defined sequence. That application does exactly that thing, and nothing else. ### mongo - dump & restore mongo db. Dump and restore Mongo database. ### sync\_redmine\_wiki That extension helps you to maintain your documentation in both Redmine Wiki and project, and it does make synchronization easy by uploading or downloading data from the site.