Re: Postgres restore issue

2018-10-27 Thread Narayanan V
Hi Anand, I was unsuccessful in trying to reproduce this with a database and pg_dump from 8.3.7 and a pg_restore of 8.4.22. -- I do get the following error during the restore on an empty database,

Re: Postgres restore issue

2018-10-27 Thread Heikki Linnakangas
On 25 October 2018 20:27:07 WEST, "Vaidyanathaswamy, Anandsaikrishnan" wrote: >We have postgres running in 8.4.22, We have back up from 8.3.7 >When I try to restore, All the tables are not restored, almost 60% of >the tables not exist, Failed with the following errors. > >Any help on this much ap

Postgres restore issue

2018-10-26 Thread Vaidyanathaswamy, Anandsaikrishnan
Good morning, First of all thanks for helping me , We have postgres running in 8.4.22, We have back up from 8.3.7 When I try to restore, All the tables are not restored, almost 60% of the tables not exist, Failed with the following errors. Any help on this much appreciated. I am using the belo