Fix lingering git merge messages in upgrade docs.
authorChris Sharp <csharp@georgialibraries.org>
Sat, 8 Sep 2018 13:37:12 +0000 (09:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 19 Oct 2018 11:56:21 +0000 (07:56 -0400)
docs/installation/server_upgrade.adoc

index c81e35b..6d11e6d 100644 (file)
@@ -278,8 +278,8 @@ as a user with the ability to connect to the database server.
 
 [source, bash]
 ----------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-3.2.0/Open-ILS/src/sql/Pg
-psql -U evergreen -h localhost -f version-upgrade/3.1.5-3.2.0-upgrade-db.sql evergreen
+cd /home/opensrf/Evergreen-ILS-3.0.2/Open-ILS/src/sql/Pg
+psql -U evergreen -h localhost -f version-upgrade/3.0.1-3.0.2-upgrade-db.sql evergreen
 ----------------------------------------------------------
 
 [TIP]