Replies: 2 comments 1 reply
-
The s3 bucket has versioning enabled. Would it be possible to use a tool like https://github.com/angeloc/s3-pit-restore to get a copy of the bucket at a previous point in time and the data will be consistent. I think that deleted s3 objects will not be recoverable. Does eclipsestore s3 blob storage delete files? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I successfully recovered the datastore. It appears that there is a problem in 1.3.1 that was fixed in 1.4.0 and after upgrading to 1.4.0 the store was successfully opened without the error. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Quarkus app that uses Eclipsestore 1.3.1 and S3 storage blobs.
The server crashed and restarted and now the storage will not start up. For various reasons my two other recovery point data backups failed and I only have the latest version of the data, which I assume is somehow corrupted.
I know that v1.3.1 had issues with ungraceful SpringBoot restarts corrupting the data, but it seems that Quarkus may have the same error.
I URGENTLY need to recover this data asap, but I do not know where to start looking. How can I revert to my last working data? Or in worst case manually recover the data from the storage files?
The actual java data structure is very simple:
The exception at startup is:
Beta Was this translation helpful? Give feedback.
All reactions