Changes between Initial Version and Version 1 of Ticket #5471
- Timestamp:
- 08/10/23 20:42:45 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5471 – Description
initial v1 19 19 20 20 21 The other annoying thing about this is I had to resort to using:21 The other annoying thing about this is after doing: 22 22 23 23 24 24 {{{ 25 pg_renamecluster 16 main main.old 26 }}} 27 28 29 I had to resort to using: 30 31 32 {{{ 33 su postgres 34 cd ~/ 35 pg_dropcluster 16 main 36 pg_createcluster 16 main 25 37 /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 26 38