docs(admin): Clarify DB conversion steps and command usage#11584
Merged
joshtrichards merged 10 commits intomasterfrom Feb 26, 2024
Merged
docs(admin): Clarify DB conversion steps and command usage#11584joshtrichards merged 10 commits intomasterfrom
joshtrichards merged 10 commits intomasterfrom
Conversation
Signed-off-by: Josh <josh.t.richards@gmail.com>
Fixes #7341 Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
5 tasks
nickvergessen
approved these changes
Feb 26, 2024
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Josh <josh.t.richards@gmail.com>
Member
Author
|
/backport to stable28 |
Member
Author
|
/backport to stable27 |
|
The backport to # Switch to the target branch and update it
git checkout stable28
git pull origin stable28
# Create the new backport branch
git checkout -b backport/11584/stable28
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 2874107d a2fa5857 58f5f572 23e6fb02 ee7c2ba0 5f4ba48e 16e1b357 c66db26c e900d173 fd84d8cb
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/11584/stable28Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b backport/11584/stable27
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 2874107d a2fa5857 58f5f572 23e6fb02 ee7c2ba0 5f4ba48e 16e1b357 c66db26c e900d173 fd84d8cb
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/11584/stable27Error: Failed to cherry pick commits: error: no cherry-pick or revert in progress Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
acataluddi
pushed a commit
to acataluddi/nextcloud-documentation
that referenced
this pull request
Apr 28, 2024
…#11584) Signed-off-by: Josh <josh.t.richards@gmail.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Adriano Cataluddi <acataluddi@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This clarifies the conversion process significantly, based on a mixture of help forum interactions and my own testing. Namely:
typeparameters supportedmysql.utf8mb4parameter should get set to true after converting (if targeting MariaDB/MySQL)☑️ Resolves
Also:
Follow-up note: I'll add language in a follow-on PR for UNIX socket usage when that gets fixed in
server(nextcloud/server#31998) - i.e. when I finish nextcloud/server#39242 probably.🖼️ Screenshots