#2826 closed task (fixed)

Upgrade nextcloud-ubuntu from 20.04 to 22.04

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2023-I
Component: SysAdmin Keywords:
Cc:

Description

Nextcloud is currently running 20.04. Should be upgraded.

Not super urgent as it's running PHP 7.4, which is safe enough at the moment.

Change History (4)

comment:1 by robe, 18 months ago

Milestone: Sysadmin Contract 2022-IISysadmin Contract 2023-I

pushing to next milestone since my contract funds have been used.

comment:2 by robe, 18 months ago

I'm in middle of this upgrade so things are up and down at moment.

comment:3 by robe, 18 months ago

So upgrade is also upgrading to PHP 8.1 and will need to upgrade the PostgreSQL as well. So I might as well immediately after move to straight to #2870 which will have better php 8.1 support.

comment:4 by robe, 18 months ago

Resolution: fixed
Status: newclosed

Had to also change the /etc/nginx/sites-enabled/nextcloud.local

to use fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;

instead of fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;

Spot check things seem to be working now. And though we seem to have postgresql 11 libraries, I had upgraded it a while ago to postgresql 12, so no pressing reason to do the postgresql upgrade.

Note: See TracTickets for help on using tickets.