Project

General

Profile

DjHDGutils » History » Version 1

Alex V Koval, 08/09/2012 11:40 AM

1 1 Alex V Koval
h1. DjHDGutils
2
3
h3. db_dump - Dump current django database, restore from latest sql dump
4
5
Automation of making dumps for any of your Django projects. Currently the following
6
database backends are supported:
7
8
 * postgresql_psycopg2
9
 * mysql
10
11
There are 2 main modes for the script to run:
12
13
 * dump (default)
14
 * restore (when you specify parameter --restore)
15
16
h3. dbup
17
18
(outdated, please use PatchManager instead)
19
For a large production systems we support we prefer manual migration scripts, run in a defined
20
sequence. That application does exactly that thing, and nothing else.
21
22
h3. mongo - dump & restore mongo db.
23
24
Dump and restore Mongo database.
25
26
h3. sync_redmine_wiki
27
28
That extension helps you to maintain your documentation in both Redmine Wiki and project, and it does
29
make synchronization easy by uploading or downloading data from the site.