Upgrading Apleno Server
This guide shows how to upgrade Apleno Server to a newer version.
Upgrading a Docker installation
- Edit the
docker-compose.ymlfile and upgrade the version in theimagekey. - Run
# docker compose up -d --force-recreate.
Upgrading a Linux installation
- Make a full backup of the old Apleno Server folder by copying and pasting it in a safe place.
- Stop Apleno Server (for example with
# systemctl stop aplenoif using systemctl). -
Execute the following commands:
-
Start the server again and the upgrade should now be finished.
Upgrading a Windows installation
- Make a full backup of the old Apleno Server folder by copying and pasting it in a safe place.
- Download Apleno Server with the link provided to you.
- Double click on the downloaded file and click on Run.
- Select where your current Apleno folder and then click Next, Yes, then Install. If you are upgrading from at least 2.8.0, the current installation folder should already appear.
- When finished, you can leave the two options checked to automatically install the new service and start it.
- Wait a minute, Apleno Server is stopping the old service and installing the new version.
The upgrade should now be finished.