Okay.So I updated my old Nextcloud, idk from what version, but an older one.
I got some message βCanβt start Nextcloud because the version of the data (24.0.2.1) is more than one major version behind the docker image version (27.0.0.8) and upgrading more than one major version is not supported. Please run an image tagged for the major version 25 first.β but if I installed any earlier version I got some errors with unacceptable cron job. After a lot of testing I got it working by updating to newest, and deleting my www folder and after that change my config to βinstalledβ => true, and added the other relevant settings.
So. I have a working instance of Nextcloud 27.0.0. It is fast and works well, but there is a red error in the admin panel.In - core - EXTRA_FILE \ - 3rdparty/
the log/error:
Technical information=====================The following list covers which fi - Pastebin.com
What do I do with this? I guess it can have something to do with that I βskippedβ the installasjon? anyway, how do I fix?
Running on UnRAID with linuxserver nextcloud docker.
NextCloud
- Repository βlinuxserver/nextcloudβ
- Container Path β/dataβ mapped to Host Path β/mnt/user/share_nextcloud_data/data/β
- Container Path β/configβ mapped to Host Path β/mnt/user/appdata/nextcloudβ
MariaDB
- Repository βlinuxserver/mariadbβ
- Container Path β/configβ map mapped to Host Path β/mnt/user/appdata/mariadb-nextcloudβ
- Container Variable: MYSQL_ROOT_PASSWORD assigned " password "
Nextcloud version (eg, 20.0.5): 27.0.0
Operating system and version (eg, Ubuntu 20.04): Unraid Version: 6.11.5
Apache or nginx version (eg, Apache 2.4.25): don't know
PHP version (eg, 7.4): don't know
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'datadirectory' => '/data',
'instanceid' => 'ocse0ahrvn8s',
'passwordsalt' => 'a4opxxxxxxxxxxxxxxxxxxxxxxgXC4',
'secret' => 'zltdxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxOYgF',
'trusted_domains' =>
array (
0 => '10.0.24.10:3334',
1 => 'nextcloud.myhostname.com',
),
'dbtype' => 'mysql',
'version' => '27.0.0.8',
'overwrite.cli.url' => 'https://nextcloud.myhostname.com',
'dbname' => 'nextcloud',
'dbhost' => '10.0.24.10:3333',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'mydbpwl',
'installed' => true,
'theme' => '',
'memcache.local' => '\\OC\\Memcache\\APCu',
'share_folder' => '/Delt med meg',
'filelocking.enabled' => 'true',
'memcache.locking' => '\\OC\\Memcache\\APCu',
'loglevel' => 2,
'maintenance' => false,
);