GitHub user jeanvetorello added a comment to the discussion: Error displaying backup list
@miloserdoff I had the same problem and it was fixed in 4.22 with this PR: https://github.com/apache/cloudstack/pull/11900. However, after updating, you'll need to fix the existing data in the DB. Something like this should do it (back up the table first): sql UPDATE backup_details SET value = REPLACE(value, '\\u003d', '=') WHERE value LIKE '%\\\\u003d%'; GitHub link: https://github.com/apache/cloudstack/discussions/13253#discussioncomment-17064385 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
