Updating Amplia on Linux
To update your on-premises installation of Amplia, follow the steps below:
Important
These instructions assume you are logged in as root. If you are not, run sudo su -
before continuing!
curl -O https://cdn.lacunasoftware.com/amplia/amplia-4.11.0.tar.gz
systemctl stop amplia
rm -fR /usr/share/amplia/*
tar xzf amplia-4.11.0.tar.gz -C /usr/share/amplia
chmod -R a=,u+rwX,go+rX /usr/share/amplia
systemctl start amplia
Testing the next version of Amplia
To test the upcoming version of Amplia, currently in Release Candidate state:
curl -O https://cdn.lacunasoftware.com/amplia/amplia-4.12.0-rc02.tar.gz
systemctl stop amplia
rm -fR /usr/share/amplia/*
tar xzf amplia-4.12.0-rc02.tar.gz -C /usr/share/amplia
chmod -R a=,u+rwX,go+rX /usr/share/amplia
systemctl start amplia
Warning
Release Candidate versions are not production-ready and thus should only be installed on staging or test environments.