Re: Daily content sync between environments

2017-10-23 Thread Daniel Klco
On a similar vein, another fun one we did a while back was to vlt co into a git repo and then blanket add and commit any changes on the hour. That way we had a snapshot of exactly what was going on in the repository and the ability to snapshot back any portion of the tree at any time (at a reasonab

Re: Daily content sync between environments

2017-10-23 Thread Roy Teeuwen
Hey Ioan, In my initial post I already gave you all the experience I have so for, I have tested out 4 different tools (Content Packages, VLT RCP, Grabbit and oak-migration tool) and given my benefits and drawbacks. I will give VLT a try again, but I think seeing as the problem I found when fir

Re: Daily content sync between environments

2017-10-23 Thread Ioan Eugen Stan
Hi Roy, This is a use case that we have as well. We need to be able to sync content between different instances periodically or on request. We are still in the planning phase and will start to implement Sling once we have enough resources. Please share your experience so others can benefit (incl

Re: Daily content sync between environments

2017-10-23 Thread Daniel Klco
I've used VLT for this as well. It's nice as you can target the path to update but it is clunky. From a speed perspective, you could also use an S3 bucket to transfer the content if you are using AWS so each script only cares about its local environment and you don't need to allow direct access bet

Re: Daily content sync between environments

2017-10-23 Thread Robert Munteanu
Hi Roy, On Sun, 2017-10-22 at 19:39 +0200, Roy Teeuwen wrote: > Hey guys, > > I didn't know for sure where to put this question so thats why I am > asking it in both Jackrabbit as in Sling, because both might have > their own solution / proposal, and I have seen solutions that are > pure Jackrabb