Will Altering and Modifying tables during backup result in acorrupted server after the restore?

Поиск
Список
Период
Сортировка
От Yashwanth Govinda Setty
Тема Will Altering and Modifying tables during backup result in acorrupted server after the restore?
Дата
Msg-id 4a42c6eb5542496ba13944c95e848325@POST-1.gp.cv.commvault.com
обсуждение исходный текст
Ответы Re: Will Altering and Modifying tables during backup result in acorrupted server after the restore?  (Alvaro Aguayo Garcia-Rada <aaguayo@opensysperu.com>)
Re: Will Altering and Modifying tables during backup result in acorrupted server after the restore?  (Stephen Frost <sfrost@snowman.net>)
Re: Will Altering and Modifying tables during backup result in acorrupted server after the restore?  (Christoph Moench-Tegeder <cmt@burggraben.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Aggregate functions with FROM clause and ROW_COUNT diagnostics
Следующее
От: Benjamin Scherrey
Дата:
Сообщение: Re: Installing PostgreSQL as non-root by Extracting the binaries from RPMs