Data corruption while taking backup of database

From: Pushker Chaubey <pchaubey(at)vertex(dot)co(dot)in>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Data corruption while taking backup of database
Date: 2008-06-25 08:47:11
Message-ID: 4862060F.2020709@vertex.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Experts,

We took back up of a database using the following command
pg_dump -a
Please note that when we took the back the database was available for
use simultaneously from various clients.

In the back up file that was generated we found some data that was
violating foreign key constraints. And there fore we were not able to
restore database back with this back up file.

What may be the possible reasons?

Also please tell me, is it safe if we allow concurrent modification of
data through DMLs and the same time take the back up using pg_dump?

Regards
Pushker

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy the original message all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.

Please do not print this email unless it is absolutely necessary.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Pushker Chaubey 2008-06-25 08:52:27 Re: Data corruption while taking backup of database
Previous Message 王铁 2008-06-25 06:29:33