Error starting backup

Started by Jacob Shucartover 16 years ago2 messagesgeneral
Jump to latest
#1Jacob Shucart
jacob@zmanda.com

Hello,

A customer of mine is running 8.3.8. We are attempting to take a backup,
but whenever we issue pg_start_backup() it always says that we need to first
run pg_stop_backup() - Even when I run the stop backup command right before
trying to start the backup. I have restarted PostgreSQL altogether, but the
results are the same. Am I missing something?

-Jacob

#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Jacob Shucart (#1)
Re: Error starting backup

A customer of mine is running 8.3.8. We are attempting to
take a backup, but whenever we issue pg_start_backup() it
always says that we need to first run pg_stop_backup() - Even
when I run the stop backup command right before trying to
start the backup. I have restarted PostgreSQL altogether,
but the results are the same. Am I missing something?

Does pg_stop_backup() return without error?
What if you call it twice in a row?

Is there a file "backup_label" in your cluster directory?
If yes, what are its ownership and permissions?

Yours,
Laurenz Albe