# 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!

{% hint style="danger" %}
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
{% endhint %}

{% hint style="info" %}
You can view the change log in the following page:

<https://mtrsolution.gitbook.io/eventic/update/change-log>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mtrsolution.gitbook.io/eventic/update/update-your-eventic-installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
