updating server upgrade documentation user/csharp/rel_3_0_5
authorChris Sharp <csharp@georgialibraries.org>
Thu, 22 Mar 2018 18:20:25 +0000 (14:20 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 22 Mar 2018 18:20:25 +0000 (14:20 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
docs/installation/server_upgrade.adoc

index 5b60550..42fe345 100644 (file)
@@ -251,8 +251,8 @@ as a user with the ability to connect to the database server.
 
 [source, bash]
 ----------------------------------------------------------
-cd /home/opensrf/Evergreen-ILS-3.0.5/Open-ILS/src/sql/Pg
-psql -U evergreen -h localhost -f version-upgrade/3.0.3-3.0.4-upgrade-db.sql evergreen
+cd /home/opensrf/Evergreen-ILS-3.0.5/Open-ILS/src/sql/4g
+psql -U evergreen -h localhost -f version-upgrade/3.0.4-3.0.5-upgrade-db.sql evergreen
 ----------------------------------------------------------
 
 [TIP]