zan-mateusz opened a new pull request #1195:
URL: https://github.com/apache/brooklyn-server/pull/1195


   Introducing an API for persistence import feature.
   This is intended for file based persistence stores and as a parameter, it 
takes the location of root of the persistence store to be imported.
   
   Invoking the operation will merge the new data to the currently existing 
store. The process is as follows:
   - new temporary management context is created with the persistence store to 
be imported
   - memento of that persistence store is captured
   - bundles from the persistence store are installed in the active management 
context - this deals with bundles/types in the catalog and locations
   - contents of relevant directories (policies, enrichers, etc). are written 
to the active management context. These are used for the deployed applications
   - rebind method adds the deployed applications to the active management 
context without having to reset the full management context/restart the server
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to