Changes between Initial Version and Version 1 of Ticket #5471


Ignore:
Timestamp:
Aug 10, 2023, 8:42:45 PM (11 months ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5471 – Description

    initial v1  
    1919
    2020
    21 The other annoying thing about this is I had to resort to using:
     21The other annoying thing about this is after doing:
    2222
    2323
    2424{{{
     25pg_renamecluster 16 main main.old
     26}}}
     27
     28
     29 I had to resort to using:
     30
     31
     32{{{
     33su postgres
     34cd ~/
     35pg_dropcluster 16 main
     36pg_createcluster 16 main
    2537/usr/lib/postgresql/16/bin/pg_upgrade -b /var/tmp/postgresql-16-202305211/bin -B /usr/lib/postgresql/16/bin -p 5432 -P 5433 -d /etc/postgresql/16/main.old -D /etc/postgresql/16/main
    2638