Skip to content

Commit

Permalink
Merge pull request #3838 from GeotrekCE/doc_fix_migration_doc
Browse files Browse the repository at this point in the history
📝 [DOC] Fix database migration doc
  • Loading branch information
Chatewgne authored Nov 20, 2023
2 parents 8539a0d + 9ab563b commit abd3390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ CHANGELOG
2.101.4+dev (XXXX-XX-XX)
------------------------

2.101.4 (2023-11-15)
------------------------

**Documentation**

- Improve documentation for database restore


2.101.4 (2023-11-15)
------------------------

**Bug fixes**

- Fix: filters choices can raise exception in lists and not updated until application restart (#3812)
Expand Down
1 change: 1 addition & 0 deletions docs/install/maintenance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Create an empty database (``geotrekdb`` in this example):
sudo -u postgres psql -c "CREATE DATABASE geotrekdb OWNER geotrek;"
sudo -u postgres psql -d geotrekdb -c "CREATE EXTENSION postgis;"
sudo -u postgres psql -d geotrekdb -c "CREATE EXTENSION postgis_raster;"
sudo -u postgres psql -d geotrekdb -c "CREATE EXTENSION pgcrypto;"
Expand Down

0 comments on commit abd3390

Please sign in to comment.