One of our customers who using PostgreSQL7.2.1 encountered the following error when they back up the database using pg_dump.exe.
[command]:
pg_dump.exe -f <filename> <dbname>
[error message]:
pg_dump.exe: [archiver (db)] connection to database "<dbname>" failed: FATAL 1: The database system is starting up
When "The database system is starting up" error occurs?
On the same system, other sql commands(such as drop table, select,delete, etc) can be executed even after the error.
What is the problem and is there any solution?
Thanks in advance.
[command]:
pg_dump.exe -f <filename> <dbname>
[error message]:
pg_dump.exe: [archiver (db)] connection to database "<dbname>" failed: FATAL 1: The database system is starting up
When "The database system is starting up" error occurs?
On the same system, other sql commands(such as drop table, select,delete, etc) can be executed even after the error.
What is the problem and is there any solution?
Thanks in advance.
Comment