Skip to Content
SetupUpgrade

Last Updated: 3/16/2026


LinkAce Logo

LinkAce Upgrade guide

Table of Contents

General upgrade guide

Please follow these instructions to upgrade LinkAce to a newer version.

Upgrade a Docker installation

LinkAce has its own update script which will guide you trough the update process. You can download the script from the repository: update-docker.sh 

Alternatively, you can run all actions on your own. This might be helpful if you have a non-standard environment.

docker-compose down linkace_linkace_app docker volume ls linkace_app docker volume rm linkace_linkace_app docker pull linkace/linkace docker-compose up -d docker exec -it linkace_app_1 php artisan migrate docker exec -it linkace_app_1 php artisan cache:clear docker exec -it linkace_app_1 php artisan settings:clear-cache yes

Make sure to check the version-specific upgrade guides to make sure you don’t miss additional important steps.

Upgrade a non-Docker installation

storage/logs php artisan migrate php artisan cache:clear php artisan settings:clear-cache yes

Version-specific upgrades

At the moment, no specific steps are required to upgrade to a LinkAce 2 version.

Table of Contents

LinkAce Logo