Re: backup/restore DB data...

2007-03-16 Thread Russell Keith-Magee
On 3/17/07, Michael <[EMAIL PROTECTED]> wrote: > > > You can try db_dump.py tool, it's not a web-gui based, but a command line > tool. > > > > http://www.djangosnippets.org/snippets/14/ > > > > It is a very good tool to work with Mysql or sqlite3 but not with > Postgresql. An alternative is to us

Re: backup/restore DB data...

2007-03-16 Thread limodou
On 3/16/07, Jens Diemer <[EMAIL PROTECTED]> wrote: > > limodou schrieb: > > You can try db_dump.py tool, it's not a web-gui based, but a command line > > tool. > > > > http://www.djangosnippets.org/snippets/14/ > > Very cool! It seems to work without problems ;) > > I made a hack to put it into m

Re: backup/restore DB data...

2007-03-16 Thread limodou
On 3/17/07, Michael <[EMAIL PROTECTED]> wrote: > > > On 3/17/07, limodou <[EMAIL PROTECTED] > wrote: > > > > On 3/16/07, Jens Diemer <[EMAIL PROTECTED]> wrote: > > > > > > > > > I would like to backup and restore my django App-Database. This should > > > be usable with a Web-GUI. > > > I thought f

Re: backup/restore DB data...

2007-03-16 Thread Michael
On 3/17/07, limodou <[EMAIL PROTECTED]> wrote: > > > On 3/16/07, Jens Diemer <[EMAIL PROTECTED]> wrote: > > > > > > I would like to backup and restore my django App-Database. This should > > be usable with a Web-GUI. > > I thought fixtures would be well usable for it. But there are some > > problem

Re: backup/restore DB data...

2007-03-16 Thread Jens Diemer
limodou schrieb: > You can try db_dump.py tool, it's not a web-gui based, but a command line > tool. > > http://www.djangosnippets.org/snippets/14/ Very cool! It seems to work without problems ;) I made a hack to put it into my web install section: http://pylucid.net/trac/changeset/930

Re: backup/restore DB data...

2007-03-16 Thread limodou
On 3/16/07, Jens Diemer <[EMAIL PROTECTED]> wrote: > > > I would like to backup and restore my django App-Database. This should > be usable with a Web-GUI. > I thought fixtures would be well usable for it. But there are some > problems with this. Look at: > http://groups.google.com/group/django-us