Hi,
I'm running Trac 1.4.2 and I'm about to move it to a different server. I'm using Postgresql as my DB.
When I try to create a backup as described
here with the command
trac-admin /path/to/my/project hotcopy /path/to/backup/dir
I get this error message:
Error: Unable to check for upgrade of trac.db.api.DatabaseManager: TracError: Unsupported database type "postgres"
The docco doesn't give any indication that this shouldn't work with Postgresql.
I gather from googling that I can use the --no-database flag to stop it backing up the DB and then use pg_dump or similar to backup the DB, but shouldn't the hotcopy command work?
TIA,
Rob Hills
Waikiki, Western Australia