Skip to content

Commit

Permalink
Make a few small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm committed Nov 17, 2022
1 parent 1827d82 commit b72c5fc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/November-2022-Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you do not use kobo-install, please replace `python3 run.py -cb` with `docker
apt-get upgrade
```

_Notes: You may receive a (long) warning that PostgreSQL 9.5 is obsolete, ignore it, continue and use new version config files when asked for._
_Notes: You may receive a (long) warning that PostgreSQL 9.5 is obsolete: ignore it and continue. When asked about configuration files, choose `install the package maintainer's version`._
1. Initialize the database
Expand Down Expand Up @@ -170,8 +170,7 @@ If you do not use kobo-install, please replace `python3 run.py -cb` with `docker
Depending on your kobo-docker environment, databases may have other names.
You may need to adapt the snippet below to your current configuration.
_Notes: You may need to copy lines below one by one because sometimes copying the whole block does not work as expected (e.g.: error like **invalid integer value "postgis" for connection option "port"
Previous connection kept**)._
_Notes: You may need to copy lines below one by one because sometimes copying the whole block does not work as expected (e.g.: error like `invalid integer value "postgis" for connection option "port"`)._
```
CREATE EXTENSION IF NOT EXISTS postgis;
Expand Down

0 comments on commit b72c5fc

Please sign in to comment.