Skip to content

Commit

Permalink
Update CRONITOR_ENV example value on README file
Browse files Browse the repository at this point in the history
  • Loading branch information
danperezsan authored Aug 9, 2022
1 parent 343579b commit 59082d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ and to setup database full backups schedules and job monitoring:
- FULL_BACKUP_SCHEDULE=* * * * * # to specify the cron schedule expression at which backups will run (if not set only the first initial base backup will be ran) \
# L-> check https://crontab.guru/ for schedule expression details. (e.g.: 00 00 * * * -> to run a daily backup at midnight)"
- CRONITOR_KEY_FILE=/run/secrets/cronitor_key # to specify the docker secret with the cronitor API key for cron job monitoring. check https://cronitor.io/cron-job-monitoring for details
- CRONITOR_ENV="PROD" # to specify the environment to be added as suffix to the cronitor job name (e.g.: "PROD", "DEV", "BETA"); defaults to "PROD" if not set
- CRONITOR_ENV=PROD # to specify the environment to be added as suffix to the cronitor job name (e.g.: PROD, DEV, BETA, TEST); defaults to PROD if not set

Note: HA MASTER instances with BACKUPS disabled will only store WAL logs locally on the `pg_wal` folder under the PGDATA directory path.
Running a postgres HA cluster without implementing backups is not recommended and is intended only for testing purposes.
Expand Down Expand Up @@ -533,4 +533,4 @@ mfdk34jll34k testapp_app.1 testapp/testapp-prod:1.0.0
- [Contributing](https://github.com/mesoform/documentation/blob/main/CONTRIBUTING.md)
- [Code of Conduct](https://github.com/mesoform/documentation/blob/main/CODE_OF_CONDUCT.md)
- [Licence](https://github.com/mesoform/postgres-ha/blob/main/LICENSE)
- [Contact](https://mesoform.com/contact)
- [Contact](https://mesoform.com/contact)

0 comments on commit 59082d4

Please sign in to comment.