Will Altering and Modifying tables during backup result in acorrupted server after the restore? - Mailing list pgsql-general

Hi All,

 

We are trying this scenario:

Here are the steps being done:

1.       Creating a big table. Identify the physical file on the disk.

  1. While backup process is backing up a file associated with the table - update the rows , add a column.
  2. Restore the server with transaction logs

 

We are backing up (copying) the entire postgres data directory. The database/table file being backed up (copied), is modified by running alter/update queries on the table.

When we restore the copied data directory and replay/apply the transaction logs, will the server be restored to an healthy state?

(The files modified during backup can be corrupted, will this affect the restore?)

 

Thanks,

Yashwanth

 

***************************Legal Disclaimer***************************
"This communication may contain confidential and privileged material for the
sole use of the intended recipient. Any unauthorized review, use or distribution
by others is strictly prohibited. If you have received the message by mistake,
please advise the sender by reply email and delete the message. Thank you."
**********************************************************************

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Aggregate functions with FROM clause and ROW_COUNT diagnostics
Next
From: Benjamin Scherrey
Date:
Subject: Re: Installing PostgreSQL as non-root by Extracting the binaries from RPMs