Need some clarification on DB charset for Craft 5 #15300
Closed
JulieVelghe
started this conversation in
General
Replies: 1 comment 3 replies
-
Good question. If you’re planning on upgrading to Craft 5 directly on production, you’d want to hold off on removing the overridden
Alternatively, you could do everything locally and restore your local backup on production once you’re done:
We’ll see if we can make this clearer in the docs. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm preparing some of our client sites for the upgrade to Craft 5. In the guide, I've read that you have to set the charset and collation, then update, and then remove the charset and collation settings and do a convert-charset.
I'm wondering, if you then want to put your changes live, let's say via autogit, do you then have to copy your local db back to the live environment?
The guide only mentions the composer.json, composer.lock and config/project files (and any other template, config or modules), what about the convert-charset that we had to do locally?
Beta Was this translation helpful? Give feedback.
All reactions