PostgreSQL

You've got PostgreSQL 8.0. Your database is all set up and initialized for Django. Your gross database size is limited to 3.5GB, which shouldn't be an issue unless you want to store binary files in the database... so don't store binary files in the database.

Your database is backed up every 6 hours into $HOME/backup; one weeks' worth of backups are kept. This is controlled by a cron job in your crontab, so feel free to change it if you want.