singlestoredb-dev-image icon indicating copy to clipboard operation
singlestoredb-dev-image copied to clipboard

RESTORE DATABASE using S3 not working with dev-image

Open miguilimzero opened this issue 2 years ago • 0 comments

Describe the bug

When trying to restore a full backup from an S3 storage to the dev-image, you get the following error:

"ERROR 2205 ER_SNAPSHOT_SUBPROCESS_EXITED_WITH_NONZERO_RESULT: Leaf Error (127.0.0.1:3307): Backup subprocess nonzero exit value. Failed to Download whole object".

Note.1: Tried with and without persistent storage.

Note.2: Tried in the same host & same backup using the default installation, and it worked as expected.

Note.3: I didn't try using another backup provider.

Steps to reproduce the behavior:

  1. Do a full backup on a normal node to an S3 storage.
  2. Try to restore this backup on the dev-image.
  3. See the error.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Docker version:
  • Image tag: singlestore-labs/singlestoredb-dev:latest

miguilimzero avatar Apr 13 '23 04:04 miguilimzero