Table of Contents
Migrating From Indefero
Before you do ANYTHING
Step 1: Backup
Step 2: Verify Backup
Installing srchub
Migrations
If you are currently running indefero but want to run srchub you will need to do a few things.
First off you need to run migrations to upgrade your database schema:
php /home/www/pluf/src/migrate.php --conf=IDF/conf/idf.php -a -d
Currently this adds a project request table - but more tables will be added in the future.
Passwords
This is extremely critical
srchub stores passwords using SHA1, which is different than indefero (which used salted passwords). If you are switching you will need to reset the password of all your users. If you don't do this, and install the new system then your users will NOT be able to login.