Workice checks for updates daily, and if an update is available a notification will be sent to Admin.
To receive update notifications, you must enable Update Notification in Settings > System Settings and have configured email SMTP settings. CRON job should also have been setup.
Updating
- Go to Settings > Info
- Click Schedule Update and set the time the system should start updating (To update instantly set the time to 1 or 2 minutes from your server time).

- When the update process starts, the application will switch to maintenance mode showing (Maintenance Page)
- If the update went through successfully, an email will be sent to the admin about the update status.
By default the super admin is the only user allowed to perform the update. The default User ID is 1 for the super admin incase the update shows unauthorized error message when scheduling update, open file /config/updater.php and change 'allow_users_id' => [1], replace 1 with the User ID of the super admin (User ID refers to the id of the user in fx_users table).
