Gabriele Bartolini
Gabriele Bartolini
Provide a way to manage Postgres databases in a declarative manner, by looking at the options in the [CREATE DATABASE](https://www.postgresql.org/docs/14/sql-createdatabase.html) DDL command. This can be done in multiple steps, as...
### Is there an existing issue already for your request/idea? - [X] I have searched for an existing issue, and could not find anything. I believe this is a new...
### Is there an existing issue already for this feature request/idea? - [X] I have searched for an existing issue, and could not find anything. I believe this is a...
### Is there an existing issue already for this feature request/idea? - [X] I have searched for an existing issue, and could not find anything. I believe this is a...
Currently, Major upgrades of PostgreSQL can be done in an imperative way, by relying on the native logical replication capabilities and the `cnpg` plugin. See: https://www.gabrielebartolini.it/articles/2024/03/cloudnativepg-recipe-5-how-to-migrate-your-postgresql-database-in-kubernetes-with-~0-downtime-from-anywhere/ However, we should provide...
Currently, `barman-cloud-restore` requires a backup ID when performing a recovery. While this is fine, having an automated way for Barman to determine the start backup ID based on a requested...
Given that now CNPG is officially a CNCF project we must update the attribution information for contributions to the project by following the CNCF convention on attributions: ``` # #...
### Is there an existing issue already for this feature request/idea? - [x] I have searched for an existing issue, and could not find anything. I believe this is a...
PostgreSQL supports the SQL/MED (Management of External Data) specification, enabling access to external data sources through standard SQL queries. These sources—known as [*foreign data*](https://www.postgresql.org/docs/current/ddl-foreign-data.html)—are accessed via *foreign data wrappers* (FDWs),...