Database (and Server) Is Created Every Time #5474
-
Hi Community, I am investigating Aspire, and am having moderate luck. Everything seems to be working OK. However, one aspect I just learned is that during local development it appears the database + server (container) are created new each and every time, erasing the old server + database altogether. This can be problematic. :) I am new to containers and this world. Is there a way to keep the container retaining the data that it had from the previous local development run? Thank you for any assistance you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Try something like this, here we use sqlserver.
// Ryan |
Beta Was this translation helpful? Give feedback.
Try something like this, here we use sqlserver.
// Ryan