Update your local AYON server to the latest version.
Last updated 24 days ago
β οΈ Please always backup your server before making updates!
This guide focuses on self hosted, local AYON servers use ayon-docker. Cloud hosted servers update automatically. The can see the latest published releases on our changelog!
Backup: Always backup your server before proceeding.
Open a new command line interface inside of your
ayon-docker
directory.Run the following commands to update and rebuild the server:
git pull # pull the latest docker config
docker pull ynput/ayon:latest # latest, dev or image version
docker compose up -d --build # rebuilds and restarts the server
For additional help please do not hesitate to contact support or join our discord server.