You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using migrate: true means recreating tables on start. If you drop that your data should persist, but you will need to manually migrate if you make changes.
Actual Behaviour
i run
sls dynamodb start
- I populate the database, I stop dynamodb local and run it again, and table is recreated and content wiped.This is my .yml configuration
Expected Behaviour
Given that
inMemory:
is set to false I would expect the data to be written to disk and next time I restart the server the data should be there.Steps to reproduce it
Just start server with
sls dynamodb start
- populate some data, and restart the server and data will be gone.The text was updated successfully, but these errors were encountered: