Update from 1.8 to 1.9
Procedure
Procedure
- Stop Cawemo.
- Make a database backup.
- Create a new directory on your server that will hold all the files for Cawemo 1.9.
- Download the Cawemo distribution according to the installation instructions for version 1.9 and unzip the contents of the downloaded archive into the previously created directory.
- Copy the configuration values from your existing
configuration/.env.production
file. (Please be careful not to override or remove the existingCAWEMO_VERSION
andIAM_VERSION
variables.) - Copy your Cawemo license key into the following file:
configuration/license-key.txt
- Start Cawemo again by executing the startup script. Depending on whether you’re using the
Reverse Proxy Configuration or not, run either:
./start-cawemo.sh --production
(reverse proxy disabled) or./start-cawemo.sh --production --reverse-proxy
(reverse proxy enabled)