jeanvetorello commented on issue #13231: URL: https://github.com/apache/cloudstack/issues/13231#issuecomment-4534381544
@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%'; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
