So, there is a case I faced right now.
I have successfully backup (no error thrown) and restoration (no error thrown)
I can access console normally. However, I see I missed the newly created attribute (enabled) which was created after the backup. then I manually add via console then I see as attached picture. I suspect not fully delete during the restoration.
TL;DR
To ensure 100% accurate backup and restoration data, developers should use commands to wipe volumes and delete the database before restoration. The missing 'enabled' field in mariadb might suggest incomplete deletion during restoration. Be sure to wipe volumes before restoring to avoid such issues.