CoreDB Backup configuration
The backup configuration for the CoreDB instance to facilitate database
backups uploads to an S3 compatible object store or using Volume Snapshots
For WAL archive uploads utilite an S3 compatible object store.
A connection pooler is a tool used to manage database connections, sitting
between your application and Postgres instance. Because of the way Postgres
handles connections, the server may encounter resource constraint issues
when managing a few thousand connections. Using a pooler can alleviate these
issues by using actual Postgres connections only when necessary
Stack type defines the stack configuration for the CoreDB instance. This is
mainly used for the https://tembo.io platform to allow
for the deployment of pre-configured Postgres instances.