PostgreSQL 15 update

For me, what finally turned out to help was to update docker.
I followed upgrade - Command for upgrading docker - Stack Overflow, and then ran:
sudo service docker start

Only then:

./launcher start app
./launcher stop app
./launcher rebuild app
3 Likes