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

Database collation and create tables via update #845

Closed
Fenton1 opened this issue Oct 25, 2018 · 6 comments
Closed

Database collation and create tables via update #845

Fenton1 opened this issue Oct 25, 2018 · 6 comments

Comments

@Fenton1
Copy link

Fenton1 commented Oct 25, 2018

Hi there,

I posted it on the MODX Forum as well, maybe someone here got an idea, it only affects the first 3 rows of the DB:
https://forums.modx.com/thread/104552/after-update-to-evo-1-4-5-database-charset-is-set-to-latin1-even-though-database-is-set-to-utf8

thanks a lot, j

@Fenton1
Copy link
Author

Fenton1 commented Nov 1, 2018

thanks AgelxNash,

but still, why did it change during the upgrade process for the first 3 rows? happened on another site as well and I checked beforehand, that it was indeed utf8_general_ci

cheers, j

@AgelxNash
Copy link

@Fenton1
EvolutionSMS when updating removes and creates new tables

  • active_users
  • active_user_locks
  • active_user_sessions

When creating tables, your server uses the latin1_german2_ci encoding. The latin1_german2_ci is default encoding on your server.

@AgelxNash AgelxNash reopened this Nov 1, 2018
@AgelxNash AgelxNash added this to the 1.4.6 milestone Nov 1, 2018
@AgelxNash AgelxNash self-assigned this Nov 1, 2018
@AgelxNash AgelxNash modified the milestones: 1.4.6, 2.0 Nov 1, 2018
@AgelxNash AgelxNash changed the title after update to Evo 1.4.5 Database charset is set to latin1 even though Database is set to UTF8 Database collation and quick update Nov 1, 2018
@AgelxNash
Copy link

@Fenton1 Use advanced upgrade

@AgelxNash AgelxNash modified the milestones: 2.0, 1.4.6 Nov 1, 2018
@AgelxNash AgelxNash changed the title Database collation and quick update Database collation and create tables Nov 1, 2018
@AgelxNash AgelxNash changed the title Database collation and create tables Database collation and create tables via update Nov 1, 2018
@Fenton1
Copy link
Author

Fenton1 commented Nov 1, 2018

@AgelxNash ah! that explains it :)

"EvolutionSMS when updating removes and creates new tables"

thanks a lot! updated a few sites to the current Evolution version and it looks great

cheers, j

@Fenton1
Copy link
Author

Fenton1 commented Nov 1, 2018

yes, I used Advanced Upgrade already

AgelxNash added a commit that referenced this issue Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants