diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-18 00:34:13 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-02-18 00:34:13 +0000 |
commit | fd24b71ad596013dd448fef0aca0f3df9c6bcfc8 (patch) | |
tree | e8e95096d28c312ba6352f81ff5415ae75f44883 /UPGRADE | |
parent | 3dc59b2551784b3c244fe6131e53a7b152a5269c (diff) |
Fixing bug 1661261
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@811 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,6 +13,10 @@ Also this document assumes that the reader is already familiar with the release notes. If you have not already done so, please read the release_notes file in the doc/ directory. +Before you begin, make sure that you are running at least PostgreSQL 8.0. If +you are running a prior version, you will need to dump your data, upgrade the +database server and restore the data before proceeding. + MANUAL UPGRADE: =============================================================================== @@ -78,6 +82,8 @@ sql/Pg-central.sql file into it. 7) Copy the files from the LedgerSMB tarball over your existing installation. 8) Delete the users directory. +9) Edit the ledger-smb.conf file as appropriate. + Congratulations, you have manually upgraded to LedgerSMB 1.2. TODO: Add upgrade.pl script and automate the above process. |