Skip to content

Commit e005493

Browse files
committed
fix(migration): move serverid into the bullet list
Keep consistent structure: serverid belongs in the checklist alongside other keys to verify, not as a separate paragraph after secret/instanceid. Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent bfb4985 commit e005493

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

admin_manual/maintenance/migrating.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,15 @@ the new location. It is also assumed that the authentication method
106106
* ``logfile`` — update if the log path differs on the new server.
107107
* ``tempdirectory`` — if set to a custom path, make sure that path exists and
108108
is writable on the new server.
109+
* ``serverid`` — if set, keep the same value. It identifies the server in
110+
multi-PHP-server setups and must not change. If you override it per server via
111+
the ``NC_serverid`` environment variable, configure the same override on the new
112+
server.
109113

110114
The ``secret`` and ``instanceid`` values are generated once at install time and
111115
tied to all encrypted data and user sessions. **Do not change or regenerate them.**
112116
They must be copied verbatim from the original ``config.php``.
113117

114-
If ``serverid`` is set, keep the same value. It identifies the server in
115-
multi-PHP-server setups and must not change. If you override it per server via
116-
the ``NC_serverid`` environment variable, configure the same override on the new
117-
server.
118-
119118
Leaving stale values (especially database credentials or ``datadirectory``)
120119
will cause startup errors or data corruption.
121120

0 commit comments

Comments
 (0)