MScallion

Results 15 comments of MScallion

Thanks Wade. Those four parameter values are set to the defaults and the table_schema parameter is set to the appropriate schema. I added the timeout parameter with 300 seconds and...

Full version: PostgreSQL 13.3 (Debian 13.3-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit I will redo the backup build using v12 for to see if it is compatible.

Certainly. Keep in mind that this is my first and only experience with OpenShift and I am still learning how everything works/interacts.

Below is the output; sh-4.2$ POSTGRESQL_DATABASE=mals \ > POSTGRESQL_USER=postgres \ > POSTGRESQL_PASSWORD=##### \ > run-postgresql The files belonging to this database system will be owned by user "postgres". This user...

Settings: - Run mode: cron - Backup strategy: rolling - Current backup type: daily - Backups to retain: - Daily: 1 - Weekly: 1 - Monthly: 1 - Current backup...

Should the Environment Name be the namespace?

I accepted all of the default values for the build. Below is our param file for the deployment. Side note, the webhook did not produce notifications in Teams, as desired....

When I updated the app database to v13 I did not contribute the changes because I split the database user into a DB owner and an application proxy user. I...

Thanks Wade, I don't see those in the backup-container repository, which is the repo that I cloned. I added the four parameters to the deployment template. I am not sure...

> Are you saying you've modified the code, or just configured the container in a very specific way? I replaced the APP_USER/APP_PASSWORD secret values with **app-db-owner-username/app-db-owner-password** and **app-proxy-username/app-proxy-password** in order...