Legacy PostgreSQL charm¶
The legacy PostgreSQL charm is a Reactive charm in the now deprecated Charmhub channel latest/stable
.
The PostgreSQL 16 charm does not support the same endpoints as the legacy charm. To migrate from legacy to PostgreSQL 16, you must implement the modern database
endpoint for the postgresql_client
interface on your charm.
To read more about implementing compatible endpoints, see: How to integrate a database with your charm
To read more about the legacy charm see the PostgreSQL 14 documentation.