Skip to content

Commit

Permalink
add missing sql extension in restoration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLechemia committed Jan 16, 2025
1 parent 0aa4bcf commit b2978f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/admin-manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ Restauration
sudo -n -u postgres -s psql -d geonature2db -c 'CREATE EXTENSION IF NOT EXISTS "uuid-ossp";'
sudo -n -u postgres -s psql -d geonature2db -c 'CREATE EXTENSION IF NOT EXISTS "pg_trgm";'
sudo -n -u postgres -s psql -d geonature2db -c 'CREATE EXTENSION IF NOT EXISTS "unaccent";'
sudo -n -u postgres -s psql -d geonature2db -c 'CREATE EXTENSION IF NOT EXISTS "ltree";'
- Restaurer la BDD à partir du backup
Expand Down

0 comments on commit b2978f9

Please sign in to comment.