Re: [postgis-users] TR: postgis_restore.pl

2021-06-27 Thread Jeff McKenna
Hi Alain, I always use a 'pg_dump' command to backup my client dbs, but make sure to use the switch "--format=c" to create a custom dump, which I have found is the best to move across different operating systems. (and then you can 'pg_restore' that dump) I no longer use that perl script. -

Re: [postgis-users] TR: postgis_restore.pl

2021-06-27 Thread Regina Obe
plain text backup) From: postgis-users [mailto:postgis-users-boun...@lists.osgeo.org] On Behalf Of Alain Benard Sent: Friday, June 25, 2021 2:20 AM To: postgis-users@lists.osgeo.org Subject: [postgis-users] TR: postgis_restore.pl Hi , Because of problem with Postgres 12 / Postgis 2.5.5

[postgis-users] TR: postgis_restore.pl

2021-06-24 Thread Alain Benard
Hi , Because of problem with Postgres 12 / Postgis 2.5.5 on Centos 8 we test to install Postgres 12 / Postgis 3.0. In the pats i have used your script postgis_restore.pl and this script is again present in the directory /usr/pgsql-12/share/contrib/postgis-3.0/. In this script i find : # # Copy