PostgreSQL 15 update

If that is the output you see after stopping your app container, it might mean that something is still connecting to the database. Check pg_stat_activity to see if you can isolate it. You can try stopping these services in the app container to help narrow it down.

./launcher start app
./launcher enter app
sv stop nginx
sv stop unicorn
1 Like