How to apply an official Artica patch ?


An official patch use the same structure as an official Artica package.

Note: This package can be deployed trough Artica Meta too.

Apply the patch trough the Web console.

  • On the dashboard, click on the Arrows on the top barr

2016-06-11_12-19-44

  • Select update icon.

2016-06-11_12-20-55

  • On the Parameters section, choose “Manual Update” button

2016-06-11_12-22-18

  • On the Manual update screen, click on Upload a file.

2016-06-11_12-23-42

  • Choose the downloaded tgz patch
  • Wait during the patch installation

2016-06-11_12-25-21

Apply the patch trough SSH

Script:example:

cd /root 
wget https://articatech.net/download/patch-2.38.050402/artica-2.38.050500.tgz
tar -xf artica-2.38.050500.tgz -C /usr/share/
php /usr/share/artica-postfix/exec.nightly.php --restart-services

Leave a comment