Fix the order of steps so that user changes directories before runing the SQl upgrade...
authorrsoulliere <robert.soulliere@mohawkcollege.ca>
Wed, 8 Jun 2011 16:01:29 +0000 (12:01 -0400)
committerrsoulliere <robert.soulliere@mohawkcollege.ca>
Wed, 8 Jun 2011 16:01:29 +0000 (12:01 -0400)
2.0/admin/Upgrading-Evergreen-2.0.xml

index 53b72aa..44e1eb0 100644 (file)
@@ -238,11 +238,6 @@ tar xzf Evergreen-ILS-2.0.6.tar.gz
                                <screen><userinput>make STAFF_CLIENT_BUILD_ID=rel_2_0_6 install</userinput></screen>\r
                        </step>\r
                        <step>\r
-                               <para>Change to the <application>Evergreen</application> installation \r
-                               directory:</para>\r
-                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.6</userinput></screen>\r
-                       </step>\r
-                       <step>\r
                                <para>As the <emphasis>root</emphasis> user, change all files to be owned by the \r
                                <emphasis>opensrf</emphasis> user and group:</para>\r
                                <screen><userinput>chown -R opensrf:opensrf /openils</userinput></screen>\r
@@ -256,6 +251,12 @@ ln -s rel_2_0_6/server
 </userinput></screen>\r
                        </step>\r
                        <step>\r
+                               <para>Change to the <application>Evergreen</application> installation \r
+                               directory:</para>\r
+                               <screen><userinput>cd /home/opensrf/Evergreen-ILS-2.0.6</userinput></screen>\r
+                       </step>\r
+\r
+                       <step>\r
                                <para>Update the <database>evergreen</database> database:</para>\r
                                <note><para>It is recommended that you <link linkend="backingup">back up your Evergreen database</link> in order to restore your data if anything goes wrong.</para></note>\r
                                <note><para>The <filename>1.6.1-2.0-upgrade-db.sql</filename> upgrade script may take a long time (hours) to process \r