Update your Eventic installation

The update process is straight forward and can be done is three steps:

  1. Upload the new main file downloaded from CodeCanyon

  2. Check the new .env file for any new parameters by comparing it to the old .env. If there is any, please copy and paste them in the old .env

  3. Copy and replace the .env file (which can be found in the root folder) from your old Eventic installation into the new uploaded installation

  4. Copy and replace any .htaccess file (only if it exists, which can be found in the root folder) from your old Eventic installation into the new uploaded installation

  5. Copy the /public/uploads directory from your old Eventic installation into the new uploaded installation

  6. Execute any sql file your find in the /updates folder at the root of your main file

That's it!

Updating the Eventic platform requires the caches to be cleared. You can do it by clicking on the Clear the production cache button in the Execute Symfony Commands in your administrator dashboard, or by removing the cache folder located in /var/cache

You can view the change log in the following page:

https://mtrsolution.gitbook.io/eventic/update/change-log

Last updated