How to trigger an update?

Support intro

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

I have two NC instances on the same server.

One is version 32.0.6 the other 33.0.0

The first one, and now later the second one is not showing the new NC versions/available updates anymore in the admin section.

How can I force NC to recoginize there is a new version out and/or can open the updater/index.php and force an update?

When I run “occ upgrade” it says there is nothing to update.

  • Nextcloud Server version (e.g., 29.x.x):
    • 32.0.6 the other 33.0.0
  • Operating system and version (e.g., Ubuntu 24.04):
    • replace me
  • Web server and version (e.g, Apache 2.4.25):
      • Apache
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    *
  • PHP version (e.g, 8.3):
    • 8.4.18
  • Is this the first time you’ve seen this error? (Yes / No):
  • yes, since some weeks
  • When did this problem seem to first start?
    • 32.0.6 is not showing next update
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • ? webinstaller
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • ?

You have to call the updater, from command line you have the updater:
php updater/updater.phar
That checks for updates, downloads the updater, …

the command you found is there to execute the update on your setup once the new code is in place (running the updates on database etc.).

Thank you! That helped a lot, and I could do the update!

Except WhatsNewController cannot extend OCSController because it is final, it works when I removed the final and made the OCSController extensible. But thats another topic!?!

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.