User Tools

Site Tools


doc:appunti:linux:sa:postgresql_upgrade_11_to_13

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
doc:appunti:linux:sa:postgresql_upgrade_11_to_13 [2022/07/07 11:18] niccolodoc:appunti:linux:sa:postgresql_upgrade_11_to_13 [2022/07/07 11:42] – [Cleanup] niccolo
Line 83: Line 83:
 ===== Cleanup ===== ===== Cleanup =====
  
-All the above operations were made using the **posgres** usernot **root**. It is time to remove the old cluster and stop the new one:+All the above operations were made using the **posgres** user (not ''root''). It is time to remove the old cluster and stop the new one:
  
 <code> <code>
Line 90: Line 90:
 </code> </code>
  
 +We stopped the new cluster because we need to start it again using the **systemd** subsystem, under the controlo of the **root** user:
 +
 +<code>
 +systemctl daemon-reload
 +systemctl enable postgresql@13-main
 +systemctl start postgresql@13-main
 +</code>
doc/appunti/linux/sa/postgresql_upgrade_11_to_13.txt · Last modified: 2023/02/03 12:38 by niccolo