Nextcloud php 7.4 to 8.2

Titch1987

Cadet
Joined
May 12, 2021
Messages
5
Trying to update and when I do pkg install php82 inside the jail I get the following:

# pkg install php82
Updating iocage-plugins repository catalogue...
pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/latest/meta.txz: Not Found
repository iocage-plugins has no meta file, using default settings
pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/latest/packagesite.pkg: Not Found
pkg: http://pkg.freebsd.org/FreeBSD:12:amd64/latest/packagesite.txz: Not Found
Unable to update repository iocage-plugins
Error updating repositories!

Apologies if this is some stupidly easy but I am not sure what to do here.
 

trainreks

Cadet
Joined
Feb 12, 2024
Messages
1
I had this exact issue yesterday. My jail was at 12.x and I had to update to 13.x.

iocage fetch
and choose 13.2-RELEASE
then
iocage upgrade -r 13.2-RELEASE "jail"

hope that helps.
 

Titch1987

Cadet
Joined
May 12, 2021
Messages
5
I had this exact issue yesterday. My jail was at 12.x and I had to update to 13.x.

iocage fetch
and choose 13.2-RELEASE
then
iocage upgrade -r 13.2-RELEASE "jail"

hope that helps.
It didnt want to update but once I finally got it updated it worked. Thanks
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
FreeBSD 12 is long EOL, so no packages anymore. You must keep your jails up to date if you intend to update your applications running in them.
 

Titch1987

Cadet
Joined
May 12, 2021
Messages
5
FreeBSD 12 is long EOL, so no packages anymore. You must keep your jails up to date if you intend to update your applications running in them.
Yes I've been slacking on the updating... I just went from version 17 to 28... oops.. there was some other issues that broke my ssl certificates... after reinstalling certbot and stuff I have a bunch of integrity file issues. But everything is at least back up and running.
 
Top