Skip to content
Snippets Groups Projects

Mettre à jour Log4j2

Merged Olivier Maury requested to merge mettre-a-jour-versions into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,7 +17,7 @@ See [*MADR* decision log](adr/index.html).
sudo -u postgres psql -c "CREATE USER agrometinfo PASSWORD 'agrometinfo'"
```
2. Create the database
``
```
sudo -u postgres createdb agrometinfo --encoding=UTF8 --lc-collate=fr_FR.UTF-8 --lc-ctype=fr_FR.UTF-8 --owner=agrometinfo
```
3. Adjust `pg_hba.conf` if needed
Loading