Error displaying backup list #13253
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Beta Was this translation helpful? Give feedback.
-
|
@miloserdoff I had the same problem and it was fixed in 4.22 with this PR: #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): |
Beta Was this translation helpful? Give feedback.
-
|
@jeanvetorello Will using this SQL script in version 4.21 fix the situation or is it necessary to upgrade to 4.22? |
Beta Was this translation helpful? Give feedback.
-
|
Fixing the current rows with the SQL might work for now, but new backups will have the same problem, so yes — you'll need to upgrade to 4.22 to solve it for good. |
Beta Was this translation helpful? Give feedback.




Fixing the current rows with the SQL might work for now, but new backups will have the same problem, so yes — you'll need to upgrade to 4.22 to solve it for good.