[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4537] branches/1.3/UPGRADE



Revision: 4537
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4537&view=rev
Author:   hasorli
Date:     2012-03-23 16:07:00 +0000 (Fri, 23 Mar 2012)
Log Message:
-----------
Updating documentation per user questions

Modified Paths:
--------------
    branches/1.3/UPGRADE

Modified: branches/1.3/UPGRADE
===================================================================
--- branches/1.3/UPGRADE	2012-03-23 11:20:08 UTC (rev 4536)
+++ branches/1.3/UPGRADE	2012-03-23 16:07:00 UTC (rev 4537)
@@ -2,16 +2,10 @@
 
 From LedgerSMB 1.3:
 
-Untar over the top and then:
+Untar over the top and then select step 1 or 2:
 
-1)  Shell script process (UNIX/Linux only):
+1)  Automated process (all platforms):
 
-* cd to the sql/modules directory of the ledgersmb installation.
-* sh reload_modules.sh [dbname] 
-* repeat the shell script for each database for each database
-
-2)  Automated process (all platforms):
-
 * direct browser to the setup.pl file in the directory you are in.
 * provide PostgreSQL superuser credentials and the name of your data base.
 * Click continue.
@@ -19,6 +13,14 @@
 * Click 'Yes', answering "LedgerSMB 1.3 found. Rebuild/Upgrade?"
 * Repeat for each database.
 
+2) Shell script process (UNIX/Linux only):
+
+* cd to the sql/modules directory of the ledgersmb installation.
+* sh reload_modules.sh [dbname]
+* repeat the shell script for each database.
+
+
+
 From LedgerSMB 1.1 and earlier:
 
 For versions prior to 1.2, please upgrade to LedgerSMB 1.2 before upgrading to 
@@ -35,9 +37,13 @@
    * make test
       But run 'make test' under an english locale, because some tests check for english error messages.
 * run the install.sh script.
+* fix ledgersmb.conf with new config
+  copy ledgersmb.conf to ledgersmb.conf.old
+  copy ledgersmb.conf.default to ledgersmb.conf and reconfigure.
 * direct your browser to the setup.pl script in your ledgersmb directory (via
   http) and follow the prompts:
    * Provide Pg superuser and database information for your existing database
+     (the database created for your company)
    * Click continue when asked to upgrade
    * When asking for upgrade info:
        * contrib_dir is the directory where either tablefunc.control or 
@@ -51,6 +57,10 @@
          selection among multiple AR/AP accounts, and for purposes of payment
          reversals.  Enter account numbers here, like 1200 for AR and 2100 for
          AP
-   * Provide user information.
+   * Provide user information. 
+     Note: users are recreated as PostreSQL db users with application acess instead 
+     of just imported from your 1.2.x install. New users created by the administrative 
+     functions have their password auth timing out after a day, unless they change their 
+     passwords after logging into LedgerSMB. 
    * log into the application and create additional users under System/User
      Management

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.