Version 13.0 to 14.0

To migrate from version 13.0 to version 14.0 you will need to replace all the files. No data from the database will be lost in the process but any changes you made on our previous code will be replaced. If those codes are necessary please keep a backup of it before replacing the files.

To migrate follow the following steps:

  1. Open the control panel

  2. navigate to file manager

  3. open the public_html folder

  4. From the downloaded zip file look for the zip file named 'digital-hr-file-migration-14. Upload this zip file to the public_html file

  5. Unzip the file and make sure you replace all the files

Once you have successfully replaced the files, go back to your cPanel and

  1. Open terminal

  2. type the following commands

  3. cd public_html <or to the folder where you have installed our script>

Once you are at the above path, run these commands:

  1. php artisan migrate

  2. php artisan db:seed —class=GeneralSettingSeeder

  3. php artisan db:seed —class=SSFSeeder

  4. php artisan db:seed —class=AppSettingSeeder

  5. php artisan cache:clear

  6. php artisan optimize:clear

  7. php artisan optimize

You're all done. Enjoy all our new features.

Last updated