You can configure Content Services to replicate content between source and target repositories.
- Shut down the server on the source and target repositories.
-
In the source repository, open the alfresco-global.properties
file and make the following updates:
Set the replication.enabled property to true:
replication.enabled=true
Note: If this line is not present in the alfresco-global.properties file or the value is set to false, you’ll not be able to run any replication jobs. You might see this error message in Share:Alternatively, you can enable content replication from the Admin Console. See Enable the Replication Service for more information.
- Save the file.
-
In the target repository, open the alfresco-global.properties
file and make the following updates:
-
Set the transferservice.receiver.enabled property to
true:
transferservice.receiver.enabled=true
-
Set the transferservice.receiver.enabled property to
true:
- Save the file.
- Restart both source and target repositories.
- Configure the Alfresco Share URL to allow access to the source repository, as specified in Open locked content in the source repository.
- Create a transfer target, as specified in Create a new transfer target for content replication.