On 9/1/05, Rachel Willmer <[EMAIL PROTECTED]> wrote:
> But one thing I'm not sure about, what's the recommended way of
> backing up a live django application? Obviously I can use svn for the
> python code, but is there a special django way to dump/restore the
> data? Or should I just use the existing postgresql utilities?

Yeah, use your database-specific backup utilities. For example, we do
a full pg_dump every day. And it's best to put your Python code in
revision control, of course.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to