Updating manually Artica


Trough the Web Console

You can update Artica manually by downloading the dedicated package and upload it trough the Web console.

First you have to choose the if you want to upload the Release version or the Nightly build.

 

Trough the command line:

Perform these operations:

wget https://www.articatech.net/nightbuilds/artica-1.x.xxxx.tgz
tar xf artica-1.x.xxxx.tgz -C /usr/share/
php /usr/share/artica-postfix/exec.initslapd.php –force >/dev/null 2>&1
php /usr/share/artica-postfix/exec.virtuals-ip.php >/dev/null 2>&1
php /usr/share/artica-postfix/exec.monit.php –build >/dev/null 2>&1
nohup /etc/init.d/slapd restart >/dev/null 2>&1 &
nohup /etc/init.d/artica-webconsole restart >/dev/null 2>&1 &
nohup /etc/init.d/auth-tail restart >/dev/null 2>&1 &
nohup /etc/init.d/artica-framework restart >/dev/null 2>&1 &
nohup /usr/share/artica-postfix/bin/process1 -perm >/dev/null 2>&1 &
nohup /usr/share/artica-postfix/bin/artica-make –empty-cache >/dev/null 2>&1 &
nohup /etc/init.d/monit restart >/dev/null 2>&1 &
nohup /etc/init.d/artica-status restart –force >/dev/null 2>&1 &
nohup php /usr/share/artica-postfix/exec.squid.php –build-schedules >/dev/null 2>&1 &
nohup php /usr/share/artica-postfix/exec.schedules.php –defaults >/dev/null 2>&1 &

Leave a comment