docs(admin): clarify purpose of 64-bit database identifiers - #15481
Conversation
Signed-off-by: Josh <josh.t.richards@gmail.com>
894a360 to
ecf2922
Compare
📖 Documentation Preview📄 1 changed documentation pageLast updated: Tue, 01 Sep 2026 23:59:33 GMT |
|
/backport to stable35 |
|
The backport to # Switch to the target branch and update it
git checkout stable35
git pull origin stable35
# Create the new backport branch
git checkout -b backport/15481/stable35
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick ecf29225
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/15481/stable35Error: Failed to clone repository: Failed to create working tree: error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
/backport to stable34 |
|
The backport to # Switch to the target branch and update it
git checkout stable34
git pull origin stable34
# Create the new backport branch
git checkout -b backport/15481/stable34
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick ecf29225
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/15481/stable34Error: Failed to clone repository: Failed to create working tree: error: RPC failed; HTTP 401 curl 22 The requested URL returned error: 401 Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
☑️ Resolves
Clarify a bit why administrators may need to convert database identifiers to 64-bit integers.
Changes:
Follow-up ideas:
🖼️ Screenshots
✅ Checklist
codespellor similar and addressed any spelling issues