Hi !
I’m trying to upgrade my postgresql 15 cluster to postgresql 16 with the pg_upgradecluster command. Knowing that I have a main node and 2 replicas with synchronous streaming. When I tried to run pg_upgradecluster on the master node, I get this message at the end of the update:
Starting new cluster…
Notice: extra pg_ctl/postgres options given, bypassing systemctl for start operation
Error: /usr/lib/postgresql/16/bin/pg_ctl /usr/lib/postgresql/16/bin/pg_ctl start -D /var/lib/postgresql/16/main -l /var/log/postgresql/postgresql-16-main.log -s -o -c config_file=“/etc/postgresql/16/main/postgresql.conf” -c hba_file=/tmp/pg_hba.kPCk7M.conf exited with status 1:
2024-04-11 13:50:32.591 CEST [2336036] FATAL: could not access file “timescaledb”: No such file or directory
2024-04-11 13:50:32.591 CEST [2336036] LOG: database system is shut down
pg_ctl: could not start server
Examine the log output.
Error: Could not start target cluster
2 posts - 2 participants