# 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:** 136

<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 25, 2025, 7:23am UTC](https://meta.discourse.org/t/postgresql-15-update/349515/136 "2025-02-25T07:23:15Z")

</div>

> [@piffy](#):
>
> ```plaintext
> Upgrading PostgreSQL from version 13 to 15
> 
> ```

Are you still seeing this in your logs for every rebuild? If so, I suspect you were somehow looking at (thus manually renamed) the wrong directories here:

> [@piffy](#):
>
> ```plaintext
> $ cat postgres_data/PG_VERSION 
> 15
> 
> ```

If the container’s `/shared` volume is mapped to `/mnt/volume_tor1_01/shared/standalone` on the host, then `cat /mnt/volume_tor1_01/shared/standalone/postgres_data/PG_VERSION` should return `13` instead of `15`.

Can you share your sanitized `app.yml` file?

---

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