Configure content replication - Alfresco Content Services - 23.4 - 23.4 - Ready - Alfresco - external

Alfresco Content Services

Platform
Alfresco
Product
Alfresco Content Services
Release
23.4
License

You can configure Content Services to replicate content between source and target repositories.

  1. Shut down the server on the source and target repositories.
  2. 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.

  3. Save the file.
  4. In the target repository, open the alfresco-global.properties file and make the following updates:
    1. Set the transferservice.receiver.enabled property to true:
       transferservice.receiver.enabled=true
      							
  5. Save the file.
  6. Restart both source and target repositories.
  7. Configure the Alfresco Share URL to allow access to the source repository, as specified in Open locked content in the source repository.
  8. Create a transfer target, as specified in Create a new transfer target for content replication.