Upgrading From 3.1

From IHRIS Wiki

These are directions for upgrading iHRIS Manage from version 3.1 under Ubuntu.

First Steps

Backup Database

We should back up the database. Go into phpmyadmin, select your database, click on operations, and copy the database to a new name [database_name].

Get The Source Code

You can either get the released or the development code

Preparing the Site

Copy the existing site directory over to a new directory and update the config.values.php to:

  • set the new database name $i2ce_site_database to [database_name]
  • set $i2ce_site_i2ce_path to the directory where the new version of I2CE is located