@ JTR & WWE
Thank you very much 4 pointing me further… .
-
Indeed trying to copy & paste text through different OS editors was not a good idea because of the difference in formatting triggered the problem of the file difference warning in this case. I have run in this problem b4 and I should have known that. I guess the hot weather in the Netherlands recently impaired my reasoning capabilities a bit…
-
It’s called “hide in plain sight” =:) Being rather new and unfamiliar with docker I did not realise that indeed from INSIDE the docker container SYM links to outside file locations are used and as such the cp command would “just” work =:). And it worked, but i had re-pull a new nextcloud image in portainer b4 the log warnings disappeared completely.
-
JTR quote: “If you’re offline, those are not the cause.” With my limited knowledge I thought the difference in the warning several “config.php” were the problem… . Indeed NOT … Now the config warnings have ceased the URL nextcloud startpage comes up with
Update needed
Please use the command line updater because updating via browser is disabled in your config.php.
For help, see the documentation.
I suspect that a major Nextcloud version change (28 → 29) triggers a required software upgrade scan to make sure things work properly
Reading the documentation @
https://docs.nextcloud.com/server/29/admin_manual/maintenance/update.html
“occ upgrade” inside a portainer nextcloud container console does not work. Probably 4 a good reason.
@
“docker-compose exec -u www-data nextcloud php occ [command]” should do the job, but it needs to run form the docker-compose.yml location.
So… inside the portainer nexctloud container console :
root@3094c05c3ebe:/var/www/html# find . -name “docker-compose.yml”
./apps/suspicious_login/vendor/league/flysystem/docker-compose.yml
root@3094c05c3ebe:/var/www/html# cd ./apps/suspicious_login/vendor/league/flysystem/
root@3094c05c3ebe:/var/www/html/apps/suspicious_login/vendor/league/flysystem# ls
INFO.md LICENSE composer.json config.subsplit-publish.json docker-compose.yml readme.md src
root@3094c05c3ebe:/var/www/html/apps/suspicious_login/vendor/league/flysystem# docker-compose exec -u www-data nextcloud php occ
bash: docker-compose: command not found
“no bananas…”
Ok, running a kind of blind here so I SSH rooted into my Synology server to see IF I could find the docker-compose.yml overthere, but no luck.
Ok where a standard nextcloud installation on a linux OS “occ upgrade” will work in docker its a different ballgame because you pull a new preconfigured image every time a new version gets published.
Again i am stuck in the mud here, because i am hesitant to try run any “occ” commands inside the container being afraid to loose my users database… .
I’ve been searching 4 answers but haven’t found them yet on internet so, forgive me for having to ask for your time and assistance again to solve this… .