Updating Lacuna PSC on Linux
To update your on-premises installation of Lacuna PSC, 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/psc/psc-1.2.5.tar.gz
systemctl stop lacuna-psc
rm -fR /usr/share/lacuna-psc/*
tar xzf psc-1.2.5.tar.gz -C /usr/share/lacuna-psc
chmod -R a=,u+rwX,go+rX /usr/share/lacuna-psc
systemctl start lacuna-psc
Testing the next version of Lacuna PSC
To test the upcoming version of Lacuna PSC, currently in Release Candidate state:
curl -O https://cdn.lacunasoftware.com/psc/psc-1.3.0-rc01.tar.gz
systemctl stop lacuna-psc
rm -fR /usr/share/lacuna-psc/*
tar xzf psc-1.3.0-rc01.tar.gz -C /usr/share/lacuna-psc
chmod -R a=,u+rwX,go+rX /usr/share/lacuna-psc
systemctl start lacuna-psc
Warning
Release Candidate versions are not production-ready and thus should only be installed on staging or test environments.