Sure. You can do it programmatically at runtime, e.g. in a Groovy script. For
instance if you would like to re-bootstrap the xml containing the superuser
account:
BootstrapUtil.bootstrap(new
String[]{"/mgnl-bootstrap/core/users.system.superuser.xml"},
ImportUUIDBehavior.IMPORT_UUID_COLLISION_REMOVE_EXISTING);
HierarchyManager hm = MgnlContext.getHierarchyManager("users");
hm.save();
Is this what you are looking for?
Cheers,
-will
On 24.03.2014, at 15:41, Vinny <[email protected]> wrote:
> Hello,
> Is it possible to have a bootstrap file currently deployed on a public
> instance reloaded without restarting the pub instance?
>
> TIA,
> Vincent
>
>
> ----------------------------------------------------------------
> For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
> Alternatively, use our forums: http://forum.magnolia-cms.com/
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------