run shutdown() and start() on same EmbeddedStorageManager instance? #405
-
|
Hi, Is it somehow possible to do this: In my minimal working example the Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Doing a restart of an existing To restart a storage without a VM-Restart you can create a new Please note that you must not reuse any existing instances of foundations and configured components to create the |
Beta Was this translation helpful? Give feedback.
Doing a restart of an existing
EmbeddedStorageManagerinstance is currently not possible.To restart a storage without a VM-Restart you can create a new
EmbeddedStorageManagerinstance with an identical configuration after shutting down the first one.Please note that you must not reuse any existing instances of foundations and configured components to create the
EmbeddedStorageManager, you should re-create those components too.