From b72c5fc60a9f800e639f74f21077925f15ba8502 Mon Sep 17 00:00:00 2001 From: "John N. Milner" Date: Thu, 17 Nov 2022 16:36:25 -0500 Subject: [PATCH] Make a few small edits --- doc/November-2022-Upgrade.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/November-2022-Upgrade.md b/doc/November-2022-Upgrade.md index 5c7c0f28..ca5d83dd 100644 --- a/doc/November-2022-Upgrade.md +++ b/doc/November-2022-Upgrade.md @@ -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 @@ -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;