GitHub user boubouX created a discussion: Failed to decrypt value using AeadBase64Encryptor...
I just noticed this error — ```text INFO [c.c.u.DatabaseUpgradeChecker] (main:null) (logid:) Grabbing lock to check for database upgrade. WARN [c.c.u.c.CloudStackEncryptor] (main:null) (logid:) Failed to decrypt value using AeadBase64Encryptor: msi0B***** INFO [c.c.u.DatabaseUpgradeChecker] (main:null) (logid:) init = true INFO [c.c.u.DatabaseUpgradeChecker] (main:null) (logid:) DB version = 4.19.3.0 Code Version = 4.19.3.0 INFO [c.c.u.DatabaseUpgradeChecker] (main:null) (logid:) DB version and code version matches so no upgrade needed. ``` it may have been present for some time. I suspect the V1 encryptor was used when I initially created my database a few years ago, but it looks like version 4.19.3 defaults to V2. Forcing db.properties to use V1 did not resolve the issue; the system is still trying to use V2. I found a few documents on it. Should I perform a database migration to V2 instead? Did I possibly miss any upgrade instructions at some point related to this? thank you GitHub link: https://github.com/apache/cloudstack/discussions/11934 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
