Hi,
I'm trying to replicate content from one author to others. This is to implement a blue / green deployment strategy and also to use the same content in dev environments and also to generate incremental backups . I've read about the different options (vlt, grabbit, query-packager, hdd snapshot, etc.). The chosen solution is to generate packages dynamically. The idea is to also keep the different versions of the content. To that end I'm trying to generate a package that includes /jcr:system/jcr:versionStorage nodes, but I just can't make it work.
No matter what root path and pattern I use NOTHING ever makes it to the package. I'm using the package manager. The really puzzling thing is that clicking my package -> more -> Coverage lists all the nodes and properties I expect to be included, but when I build and list the content nothing is there, just:
Building package
A META-INF
A META-INF/vault
A META-INF/vault/config.xml
A META-INF/vault/filter.xml
A META-INF/vault/nodetypes.cnd
A META-INF/vault/properties.xml
A /.content.xml
A /_jcr_system
A /_jcr_system/.content.xml
- Aggregation status: 1 of 0 prepared, 0 collected
A META-INF/vault/definition/.content.xml
JCR documentation suggests that these nodes shouldn't behave differently. Also I couldn't find any permissions problem and in any case I'm using the admin user on a fresh installation. Here's a simple example that doesn't work:
Root path: /jcr:system/jcr:versionStorage
Any suggestions?
Thanks