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).
The Basicsreplace
Nextcloud Server version: 33.0.0 beta 3
Operating system and version (e.g., Ubuntu 24.04):
Debian 13.3
Web server and version (e.g, Apache 2.4.25):
Apache 2.4.66-1~deb13u1
PHP version (e.g, 8.3):
8.3
Is this the first time you’ve seen this error? (Yes / No):
yes
When did this problem seem to first start?
Upgrade to Nextcloud 33.0.0 beta 2
Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
web
Are you using CloudfIare, mod_security, or similar? (Yes / No)
no
Summary of the issue you are facing:
Since I upgraded my test instance to 33.0.0 beta 2. I get this warning:
Konfiguration Server-ID
Die Server-ID ist nicht eingerichtet. Dies wird empfohlen, wenn deine Nextcloud-Instanz auf mehreren PHP-Servern läuft. Füge deiner Konfiguration eine Server-ID hinzu.
Since this is beta version I would expect errors to be present. Beta versions are not indendet for regular use. Reporting this on Github would make more sense, so developers also are aware about this problem and can fix it before the new version gets released:
Das Minus darf vor der 1 nicht enthalten sein, wie in der Doku steht - dies sollte angepasst werden… korrekt.
Fehlerhaft waren ursprünglich bei marc-ja jedoch die Apostrophe.
Die Beispiele in der Dokumentation zeigen in der Regel den Standardwert. Und ich würde einfach mal behaupten, dass dieser hier eben tatsächlich -1 ist, was dann wohl bedeutet, dass die Server-ID nicht gesetzt bzw. deaktiviert ist.
Die Doku ist also nicht falsch, und im Text steht ja, dass man einen Wert zwischen 0 and 1023 setzen soll
@bb77 danke für deine Erklärungen bisher. Ich hätte noch ein paar noob Fragen…
der entsprechende OCC-Befehl könnte lauten; occ config:system:set serverid --type integer --value=0 eben Werte zwischen 0 und 1023, aber die Server-ID deaktivieren mit dem Wert -1 wie im Beispiel ist nicht möglich.
Allerdings stellt sich mir tatsächlich die Frage weshalb ein Wert gesetzt werden kann und welche Auswirkungen es hat wenn die Server-ID deaktiviert ist;
Habe ich das richtig verstanden, dass dieser Wert die Identifikation unterschiedlicher Nextcloud Instanzen bei gemeinsamer Nutzung eines PHP Servers ermöglicht?
Wenn ich also nur eine Nextcloud Instanz inkl. PHP auf einem Host betreibe und keine weiteren Nextcloud Instanzen auf den PHP Service zugreifen, kann die Server-ID deaktiviert werden?