Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Nextcloud
otf
Parca
Parca's
patroni
Patroni
patronictl
pgAudit
Expand Down
6 changes: 6 additions & 0 deletions docs/explanation/security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ The following information is configured to be logged:

Other events, like connections and disconnections, are logged depending on the value of the charm configuration options related to them. For more information, check the configuration options with the `logging` prefix in the [configuration reference](https://charmhub.io/postgresql/configurations#logging_log_connections).

Also, all operations performed by the charm as a result of user actions — such as enabling or disabling plugins, managing TLS, creating or restoring backups, and configuring replication between clusters (asynchronous or logical) — are executed through the underlying workload components (PostgreSQL, Patroni, or pgBackRest). Consequently, these operations are recorded in the respective workload log files, which are accessible in the directories below and also forwarded to COS:

* /var/snap/charmed-postgresql/common/var/log/patroni
* /var/snap/charmed-postgresql/common/var/log/pgbackrest
* /var/snap/charmed-postgresql/common/var/log/postgresql

No secrets are logged.

## Additional resources
Expand Down
Loading