-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs(admin): Clarify DB conversion steps and command usage #11584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Josh <[email protected]>
Fixes #7341 Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Signed-off-by: Josh <[email protected]>
Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Josh <[email protected]>
|
/backport to stable28 |
|
/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. |
…#11584) Signed-off-by: Josh <[email protected]> Co-authored-by: Joas Schilling <[email protected]> Signed-off-by: Adriano Cataluddi <[email protected]>
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