# PostgreSQL 15 update

**URL:** https://meta.discourse.org/t/postgresql-15-update/349515
**Category:** Announcements
**Created:** [January 29, 2025, 7:20am UTC](https://meta.discourse.org/t/postgresql-15-update/349515 "2025-01-29T07:20:00Z")
**Posts on this page:** 1
**Showing post:** 67

<div class="post-metadata">

### Author: ![mwaniki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mwaniki/32/313097_2.png) [@mwaniki](https://meta.discourse.org/u/mwaniki)
#### Post date: [February 2, 2025, 4:53am UTC](https://meta.discourse.org/t/postgresql-15-update/349515/67 "2025-02-02T04:53:27Z")

</div>

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](https://www.postgresql.org/docs/15/monitoring-stats.html#MONITORING-PG-STAT-ACTIVITY-VIEW) to see if you can isolate it. You can try stopping these services in the `app` container to help narrow it down.

```plaintext
./launcher start app
./launcher enter app
sv stop nginx
sv stop unicorn

```

---

_[View the full topic](https://meta.discourse.org/t/postgresql-15-update/349515)._
