Conversation
|
No it's not dependent on Postgis 1.5. I have a version running 2.3 on my computer right now. |
|
I think they are output from pg_restore trying to restore to a new installation of tm2 so we can migrate to new dedicated hardware |
|
@pgiraud, @bgirardot is correct. This is the error during a pg_restore. The full output is here. |
|
Hi. I can confirm that the problem we have here is that we are trying to restore a dump created with a 1.5 version of PostGIS into a 2.x. However, there's a The following command will restore the database after migrating it from 1.5 to 2.1. It leads to almost no error provided you create the database with perl /usr/share/postgresql/9.3/contrib/postgis-2.1/postgis_restore.pl osmtm2_038.dmp | sudo -u postgres psql -d osmtm |
@pgiraud thanks for your help. The current error;
Postgis 1.5 isn't available in apt and when building from source there is an incompatibility with Postgres 9.