Обсуждение: Partition table data are not found in the pg_dump backup

Поиск
Список
Период
Сортировка

Partition table data are not found in the pg_dump backup

От
rajan
Дата:
Partition tables are empty in backup while using pg_dump to take backup, but
the actual tables in database have data. Below is the command used to take
backup.

./pg_dump -i -h localhost -p 5432 -U postgres -F c -b -v -f /tmp/dump.sql
db_mydb



-----
--
Thanks,
Rajan.
--
View this message in context:
http://postgresql.nabble.com/Partition-table-data-are-not-found-in-the-pg-dump-backup-tp5899193.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


Re: Partition table data are not found in the pg_dump backup

От
rajan
Дата:
Can you anyone help me on this?



-----
--
Thanks,
Rajan.
--
View this message in context:
http://postgresql.nabble.com/Partition-table-data-are-not-found-in-the-pg-dump-backup-tp5899193p5899719.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


Re: Partition table data are not found in the pg_dump backup

От
Shrikant Bhende
Дата:
Hi Rajan,

I have tried the same on my test machine and I don't see any issue while taking dump of the partitioned table, also command you have used is fine except -i option which is deprecated. Please confirm if you are not able to view data (after restore) in child tables or in parent table. Also you can try to take the dump of the one of the the partitioned table using -t option so that we can find out the exact issue. In normal scenario pg_dump works fine with the partitioned table.

On Mon, Apr 18, 2016 at 10:24 AM, rajan <vgmonnet@gmail.com> wrote:
Partition tables are empty in backup while using pg_dump to take backup, but
the actual tables in database have data. Below is the command used to take
backup.

./pg_dump -i -h localhost -p 5432 -U postgres -F c -b -v -f /tmp/dump.sql
db_mydb



-----
--
Thanks,
Rajan.
--
View this message in context: http://postgresql.nabble.com/Partition-table-data-are-not-found-in-the-pg-dump-backup-tp5899193.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin



--
Shrikant Bhende
+91-9975543712

Re: Partition table data are not found in the pg_dump backup

От
Korry Douglas
Дата:
Hi Rajan - if you are using an EnterpriseDB product, you should contact
EnterpriseDB Technical Support and we'll help get your issues resolved.


             -- Korry

> Can you anyone help me on this?
>
>
>
> -----
> --
> Thanks,
> Rajan.
> --
> View this message in context:
http://postgresql.nabble.com/Partition-table-data-are-not-found-in-the-pg-dump-backup-tp5899193p5899719.html
> Sent from the PostgreSQL - admin mailing list archive at Nabble.com.
>
>



Re: Partition table data are not found in the pg_dump backup

От
rajan
Дата:
Hello Shrikant,

Thanks for your help. We are able to restore the data from our pg_dump
backup.

Hello Korry,

Thanks for your support.



-----
--
Thanks,
Rajan.
--
View this message in context:
http://postgresql.nabble.com/Partition-table-data-are-not-found-in-the-pg-dump-backup-tp5899193p5899952.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.