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
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
If you specify the content-db property and point to an existing database, Roxy will successfully use that database with the app servers. However, if the forests don't match Roxy's naming convention, it will create new ones and attach them, in addition to the forests that were already there.
Add a property called external-content-db={true,false}. Default is false. If set to true:
bootstrapping will expect to find a database with the name indicated by the content-db property. Bootstrapping will fail if this database does not exist.
bootstrapping will not attach, detach, or otherwise mess with the forests attached to the database.
bootstrapping will still apply other configuration changes to the content database.