Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Releasing 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoppel committed Feb 11, 2019
1 parent a638ccb commit 2080fa5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ or a specific version
```docker run -d -p 3000:3000 -p 8080:8080 --name pw2 cybertec/pgwatch2:x.y.z```


## v1.5.1 [2019-02-11]

* Gatherer fix - 'continous discovery' worked only in YAML mode
* Metrics fix - pre 9.2 'backends' SQL was incorrect
* Gatherer improvement - 'auto-create helpers' (if "checked") applied to all found DBs now
* Gatherer improvement - "funny" DB names (spaces etc) can be now monitored also with Postgres as storage DB
* Gatherer improvement - issue a warning instead of crash when AES encrypted password does not match required format
* Gatherer improvement - add ability to generate encrypted passwords e.g. for YAML usage, via --aes-gcm-password-to-encrypt param
* Web UI improvement - allow changing password type from plain to AES and vice-versa without re-entering password
* Metrics change - restrict metric names to alphanumerics and underscores. All built-in metrics were already obeying that practice
* Metrics improvement - add a 'create extension if not exists pg_stat_statements' to the get_stat_statements helper SQL
* Docker image with Postgres metrics storage - possible to enable also the "metric-dbname-time" storage model via PW2_PG_SCHEMA_TYPE env. var
* Readme - explanations to available "DB type" options


## v1.5.0 [2019-01-24]

* New feature - Support Postgres as metrics storage DB (--pg-schema-type, --pg-metric-store-conn-str, --pg-retention-days)
Expand Down
1 change: 1 addition & 0 deletions ENV_VARIABLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ NB! Some variables influence multiple components. Command line parameters overri
## Docker image specific

- **NOTESTDB** When set, the config DB won't be added to monitoring as "test". Default: -
- **PW2_PG_SCHEMA_TYPE** Enables to choose different metric storage models for the "pgwatch2-postgres" image - [metric-time|metric-dbname-time]. Default: metric-time

## Gatherer daemon

Expand Down

0 comments on commit 2080fa5

Please sign in to comment.