# Community # Backup ### General premises
In this section you can find a **general guide to perform vtenext backups**.
The backup procedure was performed with **vtenext 19ce**. **The guide is also valid for the other versions of vtenext**.
##### Windows Go to the root folder of vtenext (eg. `C:\vtenext19ce\htdocs`) and create new zip archive.**Replace `vtenext19ce` with your folder name**
**You can rename the backup `vte1907_1817_20191126.tgz` as you want**
Then dump the database. `mysqldump -u root -p vte1907_1817 --single-transaction --quick --routines --triggers --events | gzip -7 > backups/vte1907_1817_20191126.sql.gz`**Replace `vte1907_1817` with your database name**
**You can rename the backup `vte1907_1817_20191126.sql.gz` as you want**
# Update vtenext from 18ce to 19ce ### General premisesThe update is valid only for **vtenext 18ce**
**You have to enable cron in order to run the update**
**Please backup the files and the database of vtenext before the update. Follow the instructions in [this link](https://usermanual.vtenext.com/books/community/page/backup).**
### Update - Open [this link](https://sourceforge.net/projects/vtecrm/files/update_packages/) and download `18ce_UpdateModule.zip` and `18ce_updater.zip`  - Extract the content of `18ce_updater.zip`  - Copy `18ce_updater` with its contents inside the root folder of vtenext - Open your web browser and navigate to the url where you installed vtenext. Login and then navigate to updater.html (eg. localhost:81/updater.html) and the page will redirect to the application settings  - Upload `18ce_UpdateModule.zip` file**Automatic update is not supported on Windows.**
 **Follow the on-screen instructions to update.** - Backup files and database - Download the update package - Unzip the downloaded file and overwrite with its contents the root folder of vtenext  - Follow the point 4 of the instructions    Done! ##### Linux Enter the date and the time in which you want to schedule the update and the list of users to alert.  Wait until the selected time and after a while you will see the vtenext in maintenance mode.  Once the maintenance screen disappears, logout and login from vtenext. Done!