./launcher rebuild data
fails with
The source cluster was not shut down cleanly.
Failure, exiting
-------------------------------------------------------------------------------------
UPGRADE OF POSTGRES FAILED
Please visit https://meta.discourse.org/t/postgresql-15-update/349515 for support.
Looking at PostgreSQL 15 update , I tried this:
root@www:/var/discourse# ./launcher stop web_only
x86_64 arch detected.
+ /usr/bin/docker stop -t 600 web_only
web_only
root@www:/var/discourse# ./launcher stop data
x86_64 arch detected.
data was not started !
./discourse-doctor may help diagnose the problem.
root@www:/var/discourse# tail -f shared/standalone/log/var-log/postgres/current
tail: cannot open 'shared/standalone/log/var-log/postgres/current' for reading: No such file or directory
tail: no files remaining
root@www:/var/discourse#