upgrading from 1.26 to 1.28.x #1605

Closed
opened 2026-04-06 02:03:26 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @fontexD on 5/24/2023

Subject of the issue

upgrading from 1.26 to 1.28 causes db read arrors with ciphers

Deployment environment

running in k8s 1.26

  • MySQL/MariaDB or PostgreSQL version:

using mysql latest

Expected behaviour

acceess to my data, i can see the orgs but no data in them since it cant read them i tried running the describe alter db collaction etc from the guide of mysql but didnt really fix it

Troubleshooting data

[2023-05-24 11:17:22.562][panic][ERROR] thread 'rocket-worker-thread' panicked at 'Error loading ciphers: DatabaseError(Unknown, "Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='")': src/db/models/cipher.rs:633

*Originally created by @fontexD on 5/24/2023* ### Subject of the issue upgrading from 1.26 to 1.28 causes db read arrors with ciphers ### Deployment environment running in k8s 1.26 * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> using mysql latest ### Expected behaviour acceess to my data, i can see the orgs but no data in them since it cant read them i tried running the describe alter db collaction etc from the guide of mysql but didnt really fix it ### Troubleshooting data [2023-05-24 11:17:22.562][panic][ERROR] thread 'rocket-worker-thread' panicked at 'Error loading ciphers: DatabaseError(Unknown, "Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '='")': src/db/models/cipher.rs:633
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1605