-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
Most of my databases use mariadb:latest image
Latest update of this image (17h ago according to DockerHub) caused data corruption in two of my databases, error is:
[ERROR] InnoDB: Tried to read 1048576 bytes at offset 2097152, but was only able to read 0
[ERROR] InnoDB: Operating system error number 5 in a file operation.
[ERROR] InnoDB: Error number 5 means 'Input/output error'
[ERROR] InnoDB: File (unknown): 'read' returned OS error 205. Cannot continue operation
I thos host OS I cannot move ibdata1 either so I suppose this is the corrupted file.
Have I lost my databases?
My other question is: I would like to stick to a fixed version of mariadb, since I cannot afford to have other people's errors to affect my deployment like this. What is the version number just before this? The one that was latest just a few hours ago was working great.
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image