User Tools

Site Tools


doc:appunti:linux:sa:postgresql_upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:linux:sa:postgresql_upgrade [2020/03/02 17:48] – [Upgrade cluster from 9.6 to 11] niccolodoc:appunti:linux:sa:postgresql_upgrade [2022/07/07 10:53] (current) niccolo
Line 1: Line 1:
-====== PostgreSQL/PostGIS Upgrade ======+====== PostgreSQL/PostGIS Upgrade from 9.6 to 11 ======
  
 The present notes are about upgrading PostgreSQL from **Debian 9 Stretch** to **Debian 10 Buster**, i.e. upgrading from **PostgreSQL 9.6** to version **11** and consequently upgrading **PostGIS 2.3** to **PostGIS 2.5**. The present notes are about upgrading PostgreSQL from **Debian 9 Stretch** to **Debian 10 Buster**, i.e. upgrading from **PostgreSQL 9.6** to version **11** and consequently upgrading **PostGIS 2.3** to **PostGIS 2.5**.
Line 40: Line 40:
 The **pg_upgradecluster** can safely upgrade standard databases, but the relative manpage clearly states that: //Some PostgreSQL extensions like PostGIS need metadata in auxiliary tables which must not be upgraded from the old version, but rather initialized for the new version before copying the table data//. The **pg_upgradecluster** can safely upgrade standard databases, but the relative manpage clearly states that: //Some PostgreSQL extensions like PostGIS need metadata in auxiliary tables which must not be upgraded from the old version, but rather initialized for the new version before copying the table data//.
  
-We have several standard (non-GIS) databases and a few PostGIS-enabled ones, so our strategy will be:+We have several standard (non-GIS) databases and a few PostGIS-enabled ones. You can see if the PostGIS extension is enabled issuing the **\dx** once connected to the database. So our strategy will be:
  
   - **Dump** the PostGIS-enabled databases into files.   - **Dump** the PostGIS-enabled databases into files.
Line 101: Line 101:
 </code> </code>
  
-Now the **11/main cluster** is running, but **started by the postgres user**. We want it to be started by the regular **systemd** subsystem. To fix the situation run the following as the postgres user:+Now the **11/main cluster** is running, but **started by the postgres user**. We want it to be started by the regular **systemd** subsystem. To fix the situation run the following **as the postgres user**:
  
 <code> <code>
doc/appunti/linux/sa/postgresql_upgrade.1583167704.txt.gz · Last modified: 2020/03/02 17:48 by niccolo