I am trying to backup my company PostgreSQL database using pgAdmin III, so I selected our company DB from the tree, then right clicked on it and selected 'Backup', selected the destination folder for the backup file then clicked OK. Then I got this error message:
C:/Program Files/PostgreSQL/9.0/bin\pg_dump.exe --host localhost --port 5432 --username "pgres1" --format tar --blobs --encoding UTF8 --verbose --file "E:\DB_Backup\DB_Backup_TEST.backup" \"CompanyDB_TEST\" pg_dump: [archiver (db)] connection to database ""CompanyDB_TEST"" failed: FATAL: database ""CompanyDB_TEST"" does not exist
pg_dump: *** aborted because of error
Process returned exit code 1.
So can someone please help me by telling me what I am doing wrong here?
I am 100% sure that CompanyDB_TEST do exist.
I am running the PostgreSQL under Windows Server 2003
CompanyDB_TEST
rather thancompanydb_test
? – mu is too short Apr 4 at 17:25