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
Copy file name to clipboardExpand all lines: src/content/docs/aws/capabilities/state-management/persistence.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,14 @@ Although we are working to support both snapshot-based persistence and Cloud pod
122
122
there are some common issues, known limitations, and also services that are not well tested for persistence support.
123
123
An overview is available [here](#persistence-coverage-overview).
124
124
125
+
:::note
126
+
When using LocalStack's persistence feature, ports assigned to services (like RDS or Elasticache) when the snapshot was created may not be preserved when loading a saved state.
127
+
If you start new services *before* restoring the previous state, these new instances may use ports originally used by the saved services.
128
+
129
+
As a result, restored resources may point to invalid or unintended ports.
130
+
It is suggested to estore services in the same order as initially deployed, though this is not always reliable.
131
+
:::
132
+
125
133
Please help us improve persistence support by reporting bugs on our [GitHub issue tracker](https://github.com/localstack/localstack/issues/new/choose).
0 commit comments