diff options
-rw-r--r-- | Build.PL | 1 | ||||
-rw-r--r-- | UPGRADE | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -33,6 +33,7 @@ my $build = Module::Build->new ( 'Getopt::Long' => 0, 'Test::More' => 0, 'Net::TCLink' => 0, + 'Parse::RecDescent' => 0, }, ); @@ -68,7 +68,7 @@ sql/Pg-central.sql file into it. "update users_conf set password = md5('my_password');" Naturally you would use your password instead of my_password. -6) Import the users. Run the utils/upgrade/import_users.pl script to do this. +6) Import the users. Run the import-members script to do this. 7) Copy the files from the LedgerSMB tarball over your existing installation. 8) Delete the users directory. |