You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Release 0.15.19 (#116)
feat: predicate query tpl interpolation (#117)
Upgrade to 0.15.20
Upgrade to 0.15.21
Remove outdated EKS test
0.15.22
Upgrade to 0.15.25
feat: Database and extension management (#121)
fix: If the managed extension is pg_search always use the same version as the docker image (#124)
| cluster.postgresql.pg_hba | list |`[]`| PostgreSQL Host Based Authentication rules (lines to be appended to the pg_hba.conf file) |
227
227
| cluster.postgresql.pg_ident | list |`[]`| PostgreSQL User Name Maps rules (lines to be appended to the pg_ident.conf file) |
228
228
| cluster.postgresql.shared_preload_libraries | list |`[]`| Lists of shared preload libraries to add to the default ones |
@@ -291,7 +291,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
291
291
| recovery.import.type | string |`"microservice"`| One of `microservice` or `monolith.` See: https://cloudnative-pg.io/documentation/current/database_import/#how-it-works|
292
292
| recovery.method | string |`"backup"`| Available recovery methods: * `backup` - Recovers a CNPG cluster from a CNPG backup (PITR supported) Needs to be on the same cluster in the same namespace. * `object_store` - Recovers a CNPG cluster from a barman object store (PITR supported). * `pg_basebackup` - Recovers a CNPG cluster viaa streaming replication protocol. Useful if you want to migrate databases to CloudNativePG, even from outside Kubernetes. * `import` - Import one or more databases from an existing Postgres cluster. |
293
293
| recovery.owner | string |`""`| Name of the owner of the database in the instance to be used by applications. Defaults to the value of the `database` key. |
294
-
| recovery.pgBaseBackup.database | string |`"paradedb"`| Name of the database used by the application. Default: `app`. |
294
+
| recovery.pgBaseBackup.database | string |`"paradedb"`| Name of the database used by the application. Default: `paradedb`. |
295
295
| recovery.pgBaseBackup.owner | string |`""`| Name of the owner of the database in the instance to be used by applications. Defaults to the value of the `database` key. |
296
296
| recovery.pgBaseBackup.secretName | string |`""`| Name of the kubernetes.io/basic-auth secret containing the initial credentials for the owner of the user database. If empty a new secret will be created from scratch. |
@@ -366,7 +366,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
366
366
| replica.promotionToken | string |`""`| A demotion token generated by an external cluster used to check if the promotion requirements are met. |
367
367
| replica.self | string |`""`| Defines the name of this cluster. It is used to determine if this is a primary or a replica cluster, comparing it with primary. Leave empty by default. |
368
368
| type | string |`"paradedb"`| Type of the CNPG database. Available types: * `paradedb` * `paradedb-enterprise`|
369
-
| version.paradedb | string |`"0.15.18"`| We default to v0.15.18 for testing and local development |
369
+
| version.paradedb | string |`"0.15.25"`| We default to v0.15.25 for testing and local development |
370
370
| version.postgresql | string |`"17"`| PostgreSQL major version to use |
371
371
| poolers[].name | string | `` | Name of the pooler resource |
372
372
| poolers[].instances | number |`1`| The number of replicas we want |
@@ -389,4 +389,4 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat
389
389
390
390
## License
391
391
392
-
ParadeDB is licensed under the [GNU Affero General Public License v3.0](LICENSE) and as commercial software. For commercial licensing, please contact us at [sales@paradedb.com](mailto:sales@paradedb.com).
392
+
ParadeDB is licensed under the [GNU Affero General Public License v3.0](LICENSE) and as commercial software. For commercial licensing, please contact us at [sales@paradedb.com](mailto:sales@paradedb.com).
0 commit comments