Skip to content

Commit

Permalink
Update Watchdog docs to include min version of Postgres (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester authored Jul 28, 2023
1 parent 96005dc commit 57d6bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/apps/guides/hosting/monitoring/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ docker compose up -d

#### couch2pg Data

With the [release of 1.1.0](https://github.com/medic/cht-watchdog/releases/tag/1.1.0), Watchdog now supports easily ingesting [couch2pg]({{< relref "apps/tutorials/couch2pg-setup" >}}) data read in from a Postgres database.
With the [release of 1.1.0](https://github.com/medic/cht-watchdog/releases/tag/1.1.0), Watchdog now supports easily ingesting [couch2pg]({{< relref "apps/tutorials/couch2pg-setup" >}}) data read in from a Postgres database (supports Postgres `>= 9.x`).

1. Copy the two example config files so you can add the correct contents in them. Do so by running this code:

Expand Down

0 comments on commit 57d6bac

Please sign in to comment.