Windows
HES update - Windows
The simplest way to update the HES server.
Recommended updating the HES server with backup
1. Backup the HES binaries and the configuration file
2. Backup SQL Database
> cd "C:\Program Files\MySQL\MySQL Server 8.0\bin"
> .\mysqldump -u root -p YOUR_DB_NAME > "C:\Hideez\HES.old\YOUR_DB_NAME.sql"3. Download and install the latest HES
4. Restoring the configuration file
5. Starting the HES
If something goes wrong, you can restore the HES server and Database server using the following steps:
Update using a script
Last updated