Hi!
I have a system running FreeBSD 15.0-RELEASE. The machine was upgraded to 15.0 using traditional freebsd-update(8) procedure and then pkgbasified using pkgbasify and some modifications to the lua script.
Now I want to upgrade a number of jails on that machine that are running 14.3-RELEASE-p6.
What are your recommendations for the upgrade path? Should I run freebsd-update(8) to 15.0 for all jails first and then pkgbasify? or could I just pkgbasify directly and then do a pkgbased upgrade to 15?
The other problem I ran into is that I cant get pkgbasify to run inside jails, it runs into chflags-problems. I have
Optimal for me would be I could just run pkgbasify from outside the but it seems that is not supported by the script.
I have a system running FreeBSD 15.0-RELEASE. The machine was upgraded to 15.0 using traditional freebsd-update(8) procedure and then pkgbasified using pkgbasify and some modifications to the lua script.
Now I want to upgrade a number of jails on that machine that are running 14.3-RELEASE-p6.
What are your recommendations for the upgrade path? Should I run freebsd-update(8) to 15.0 for all jails first and then pkgbasify? or could I just pkgbasify directly and then do a pkgbased upgrade to 15?
The other problem I ran into is that I cant get pkgbasify to run inside jails, it runs into chflags-problems. I have
allow.chflags=1 but somehow I still encounter problems.Optimal for me would be I could just run pkgbasify from outside the but it seems that is not supported by the script.