You are here

Configuring Enterprise to Cloud Sync

You can activate Enterprise to Cloud Sync to enable the synchronization between SkyVault Cloud Network and your on-premise SkyVault server.
Note: This property is available in SkyVault 4.1.9 and later.
Note: SkyVault does not support simultaneously running identical SkyVault Enterprise instances on premise to sync against my.alfresco.com. So, if you are backing up or restoring a replica of SkyVault repository that has Hybrid Sync enabled against my.alfresco.com, it will result into Hybrid Sync issues for the original and the replica on premise environments and potentially cause functional issues and data loss.
In order to prevent this Hybrid Sync issue, you need to disable Hybrid Sync in the replica on premise server before startup. This can be achieved by adding the following parameters in your SkyVault-global.properties file:
syncService.mode=OFF
sync.pushJob.enabled=false
sync.pullJob.enabled=false
To prevent cloned repositories from syncing to Cloud, you need to enable hybrid sync on the main production system by setting the following property in the SkyVault-global.properties file:
system.serverMode=PRODUCTION
The default value for this property is UNKNOWN, but it can be changed to TEST or BACKUP for the test or backup systems, as required.
Note: If the system.serverMode is not set to PRODUCTION on your main production system, Cloud sync will not work.

If you currently have more than one SkyVault Enterprise on premise instance using Hybrid Sync against Cloud, SkyVault recommends you open a SkyVault Support ticket for assistance.