Quiero actualizar
PostGIS2.0.4 ---> 2.2.3
y
PostgreSQL (9.2.4 ----> 9.6)
así que
First I upgrade PostGIS
1install PostGIS 2.2.3 on postgresql 9.2.4
2alter EXTENSION postgis 2.0.4 ---> 2.2.3
Second I upgrade PostgreSQL by using pg_upgrade
1Install PostgreSQL 9.6 and PostGIS 2.2.3
2Running pg_upgrade
Pero es un error:
could not load library "$libdir/postgis-2.0"
error:could not access file "$libdir/postgis-2.0" have not file or dir
así que supongo que parece que en el antiguo PostgreSQL (9.2.4) tienen alguna función debe utilizar PostGIS 2.0.4
pero en PostgreSQL 9.6 no he instalado PostGIS 2.0.4
Así que
Si quiero actualizarme, ¿qué debo hacer?