Draft:Infra association Dolibarr - installation maintenance exploitation

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search

Upgrade ubuntu 20.04 -> 22.04

- do-release-upgrade then

- copy files /etc/apache2/php/7.4/pool.d into /etc/apache2/php/8.1/pool.d

- update content of apache fpm pool files to replace 7.4 into 8.1

- update content of apache vitual host files to replace 7.4 into 8.1

- systemctl stop php8.1-fpm

- systemctl start php8.1-fpm

- systemctl status php8.1-fpm

- a2enconf php8.1-fpm

- systemctl reload apache2

- sudo mkdir /sys/fs/cgroup/systemd

- sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd


Rebuild docker images from the discource tool "launcher". Information on how to rebuild docker images is available here:

https://wiki.dolibarr.org/index.php?title=User:Jtraulle/DiscourseMigration/Implementation