Skip to content
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

Usingmysql.utf8mb4 in via occ config:system:set while in maintenance mode #11607

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asmith15
Copy link

@asmith15 asmith15 commented Mar 4, 2024

Point out mistake in instructions

☑️ Resolves

  • Fix #…

🖼️ Screenshots

Point out mistake in instructions

Signed-off-by: Andrew Smith <[email protected]>
@@ -52,7 +52,12 @@ The result should look like this::
ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;

5. Set the ``mysql.utf8mb4`` config to true in your config.php::

>>>>>>>>>>>>>>>>>>>>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not work in rst.

Anyway, for me the command still works, even with maintenance mode enabled:

$ occ config:system:set 'mysql.utf8mb4' --type boolean --value="true"
Nextcloud is in maintenance mode, no apps are loaded.
Commands provided by apps are unavailable.
System config value mysql.utf8mb4 set to boolean true

@joshtrichards
Copy link
Member

I think this is only applicable to outdated installations. Current patch levels should behave as described in nextcloud/server#37925.

  • v26 branch: >=v26.0.2
  • v27 branch: >=v27.0.0

@joshtrichards joshtrichards changed the title Update mysql_4byte_support.rst Usingmysql.utf8mb4 in via occ config:system:set while in maintenance mode Mar 12, 2024
Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants