To apply an Artica hotfix by extracting its archive into your main Artica installation directory, follow these steps:
Obtain the Hotfix Package
Download the hotfix tarball (for example, 20250602-15.tgz) to a temporary location on your Artica server—e.g.: /tmp
cd /tmp
wget https://www.articatech.com/download/UPatchs/4.50.000000/hotfix/dev/4/20250602-15.tgz
Extract the Hotfix package
tar -xf 20250602-15.tgz -C /usr/share/
Restart Artica WEB API
artica-phpfpm-service -restart-me
Full sequence:
cd /tmp
wget https://www.articatech.com/download/UPatchs/4.50.000000/hotfix/dev/4/20250602-15.tgz
tar -xf 20250602-15.tgz -C /usr/share/
artica-phpfpm-service -restart-me