-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Version is 8.2.6 on nextcloud:26.0.2-fpm #2005
Comments
I have also the same problem with linuxserver/nextcloud:latest |
According to https://docs.nextcloud.com/server/26/admin_manual/installation/system_requirements.html#server it should be supported. See also nextcloud/server#34692 |
It's weird as version 8.2.6 does match PHP>=8.2 |
It is written "This version of Nextcloud is not compatible with PHP>=8.2." |
Oh yep oops, ignore my message lol |
I've checked my <?php
$OC_Version = array(25,0,6,1);
$OC_VersionString = '25.0.6';
$OC_Edition = '';
$OC_Channel = 'stable';
$OC_VersionCanBeUpgradedFrom = array (
'nextcloud' =>
array (
'24.0' => true,
'25.0' => true,
),
'owncloud' =>
array (
'10.11' => true,
),
);
$OC_Build = '2023-04-19T15:56:33+00:00 df9a14d1d63ad8f46d65c19c67736ef922bdbdfe';
$vendor = 'nextcloud'; So, somehow the upgrade process is never triggered. |
Okay I solved it by adding the following to the docker call: |
Yep looks like nextcloud just needed an update either ran by that flag or |
This problem still presents itself for me on
The env var is also set. I'll just stick to nextcloud v25 for now and abort the update
Edit: Nope, that won't work
Edit2: Dunno what happened, but I went from 26, to 25, and back to 26, the auto-update didn't work, but |
I'm using nextcloud:26.0.2-fpm with the following Dockerfile:
However, when nextcloud starts I get the following error:
How do I resolve this? I haven't changed anything except going from 26.0.1 to 26.0.2 and it appears to have this issue with either version.
The text was updated successfully, but these errors were encountered: