2
1

I've seen some mention of certain scripts that need to be put into cron jobs for maintenance in other questions. Where can I get a list of these scripts or commands so that I make sure that I've got them all covered?

asked 07 Sep '10, 20:41

harmanjd's gravatar image

harmanjd
86147
accept rate: 50%


Once your site goes public, I think you at least need to:

  • backup database (either "manage.py dumpdata" or some other db-specific commands should work).
  • backup user uploaded files.
  • check the availability of the service and send notification emails if the service is interrupted.
link

answered 08 Sep '10, 03:15

X%20M's gravatar image

X M
1811510
accept rate: 0%

Additionally, if you are using the database for sessions, you want to cleanup the session data periodically. There are manage.py commands for this. You probably want to run these in a cron.

(08 Sep '10, 09:35) matt ♦♦

Where are those documented ?

(09 Sep '10, 21:43) harmanjd
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×18
×10
×8

Asked: 07 Sep '10, 20:41

Seen: 494 times

Last updated: 09 Sep '10, 21:43

powered by OSQA