Re: [External] Re: Import Database

2019-05-05 Thread Sathish Kumar
Hi All, Postgresql version: 9.6 On Mon, May 6, 2019, 7:14 AM Sathish Kumar wrote: > Hi, > > I am trying to export our database in GCE instance to Google Cloud SQL. > > Below are the commands used to export/import the database. I am exporting > only 1 database which is required. > > Export: > >

Re: [External] Re: Import Database

2019-05-05 Thread Sathish Kumar
Hi, I am trying to export our database in GCE instance to Google Cloud SQL. Below are the commands used to export/import the database. I am exporting only 1 database which is required. Export: pg_dump -h olddbserver -U dbuser --format=plain --no-owner --no-acl production | sed -E 's/(DROP|C

Re: [External] Re: Import Database

2019-05-05 Thread Vijaykumar Jain
Yes. I do bump up maintenance_work_mem temporarily during a restore. it helps in rebuilding on indexes a little faster. Turning fsync off during restore will help the restore a little fast too but in case of any crash you may have to restart the restore from scratch. Also do have the option to take