when I Launch UI, I land on a page with the following message:
Update needed
Please use the command line updater because updating via browser is disabled in your config.php.
how did i get there ?
try upgrading from <28 to 30. Failed.
follow instruction, upgrade to 28. Success, can access the files
try upgrading from 28 to 30. Failed.
follow instruction, upgrade to 29. Success, but
land on “Maintenance Mode”
disable it via Actions menu
Land on “Update Needed”… oh well
upgrade to 30. Success, but
land on “Maintenance Mode”
disable it via Actions menu
Land on “Update Needed”.
and here i am…
I’m assuming you’re referring to the Nextcloud service. Next time, please provide a bit more basic information about the issue so I can assist you more effectively.
I’ve encountered this situation before. To resolve it, access your server via SSH and run the following commands:
sudo podman exec -it nextcloud.embassy bash # to get inside the container,
sudo -E -u www-data php ./occ upgrade # run the upgrade
This solved this issue for other users. Let us know if this did the trick.