-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contents of volume are deleted in version 2.1.36 and later #286
Comments
Yes, that is correct. Before, S3Mock would never delete any files, cluttering every developer's machine or build system. |
Hmm, ok. But if I explicitly create a volume that maps to the data directory of the container I would certainly expect it to remain even after the container is stopped, and that is also how it works for all other database containers that I have used. |
Default is "false", all files are removed. Fixes #286
Default is "false", all files are removed. Fixes #286
@muskedunder Just released 2.2.2 containing this change. |
Default is "false", all files are removed. Fixes adobe#286
I create an s3 container according to the following compose file, then I post some data to the container.
I can inspect the volume
s3_data
and see that the data is there as expected.However, if I stop the container the data in the volume is suddenly lost, which was not the case with version 2.1.34.
The text was updated successfully, but these errors were encountered: