Following the upgrade guide and getting to the PgSQL part:
Bit confused as this does not seem to tally with the guide.
Code:
root@mx1:~# pg_dropcluster --stop 13 main
Error: specified cluster does not exist
root@mx1:~# pg_upgradecluster -v 13 11 main
Stopping old cluster...
Restarting old cluster with restricted connections...
Notice: extra pg_ctl/postgres options given, bypassing systemctl for start operation
Error: no initdb program for version 13 found
Error: Could not create target cluster
Bit confused as this does not seem to tally with the guide.