Skip to content

Commit

Permalink
Relecture pglift/pgaudit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Pereira committed Feb 6, 2024
1 parent 60846bb commit 5630108
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions fr/pglift/pgaudit.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,13 @@ hide_author_in_slide: true

# Introduction

Ce module aborde le déploiement d' une instance PostgreSQL avec l'extension `pgaudit`
depuis `pglift`.

Ce module aborde le déploiement d'une instance PostgreSQL avec l'extension _pgAudit_
depuis _pglift_.

Il sera également évoqué la configuration et l'exploitation des traces de _pgAudit_.

L'ensemble de ce Workshop sera réalisé sur la machine `srv-pg1`.

# Présentation de pgaudit

L'extension PostgreSQL _pgAudit_ permet d'obtenir des informations détaillées sur
Expand Down Expand Up @@ -351,3 +350,42 @@ AUDIT: OBJECT,2,1,WRITE,UPDATE,TABLE,public.account,update account set password
```

\normalsize

# Nettoyage

Afin de poursuivre sur les workshops suivants sans conflit de port ou
de configuration, il est nécessaire de supprimer toute instance existante
et désinstaller la configuration de site de _pglift_.

Supprimer l'instance `main` sur `srv-pg1` :
\scriptsize
```
[postgres@srv-pg1 ~]$ pglift instance drop
INFO dropping instance 15/main
> Confirm complete deletion of instance 15/main? [y/n] (y): y
INFO stopping PostgreSQL 15-main
INFO stopping Prometheus postgres_exporter 15-main
INFO deconfiguring Prometheus postgres_exporter 15-main
> Confirm deletion of 1 backup(s) for stanza main-app? [y/n] (n): y
INFO deconfiguring pgBackRest
> Confirm deletion of database dump(s) for instance 15/main? [y/n] (y): y
INFO deleting PostgreSQL cluster
```
\normalsize
Désinstaller la configuration de site de _pglift_ :
\scriptsize
```
[postgres@srv-pg1 ~]$ pglift site-configure uninstall
INFO removing pglift-postgres_exporter@.service systemd unit
(/home/postgres/.local/share/systemd/user/pglift-postgres_exporter@.service)
INFO removing pglift-backup@.service systemd unit (/home/postgres/.local/share/systemd/user/pglift-backup@.service)
INFO removing pglift-backup@.timer systemd unit (/home/postgres/.local/share/systemd/user/pglift-backup@.timer)
INFO removing pglift-postgresql@.service systemd unit (/home/postgres/.local/share/systemd/user/pglift-postgresql@.service)
INFO deleting pgbackrest include directory
INFO uninstalling base pgbackrest configuration
> Delete pgbackrest repository path /pgdata/backup/pgbackrest? [y/n] (n): y
INFO deleting pgbackrest repository path
INFO deleting common pgbackrest directories
INFO deleting postgresql log directory
```
\normalsize

0 comments on commit 5630108

Please sign in to comment.