We try to make the update process if you just use Node.js or if you use DevOps, GitOps, Containers, and Kubernetes as automatic and easy as possible.
Before doing any update please make sure you have a full backup.
Even Aventum Server is capable to do automatic updates however we encourage you to take a look at the CHANGELOG before updating and search for Breaking Change.
git pull
or manually update the files by copy and paste the new files over the old ones and allow to overwrite.npm install
node .
Aventum will detect the update and try to update itself automatically!Just change the image tag to new version.
git pull
or manually update the files by copy and paste the new files over the old ones and allow to overwrite.npm install
.npm run build
.build
folder you can serve them by whatever method you want.Just change the image tag to new version.