Transfer content between different instances.
Transfer back office content from this instance of the Umbraco CMS to another with the full version of Converge installed. Built for Umbraco 7, versions 7.1.0 to 7.6.14.
This package has been designed to provide access to earlier versions of Umbraco and must be used in conjunction with the full version of Converge, which needs to be installed on the receiving instance. Using different combinations of the Converge packages you can now transfer content between the following versions of Umbraco.
v7.1.0 (onwards) to v7.7.0 (onwards)
v7.1.0 (onwards) to v8.2.1 (onwards)
v8.2.1 (onwards) to v8.2.1 (onwards)
Please read the user guide for further information.
Versions
This package will install the Converge API only. Content can only be read from this instance using the API and a full version of Converge will need to be installed on another instance to provide the back office section that will connect with the API.
The full versions of Converge also include the API and only one package should be installed on an Umbraco instance.
The full versions of Converge for Umbraco 7 (v7.7.0 onwards) and Converge for Umbraco 8 (v8.2.1 onwards) are available as separate packages.
Configuration
The access level for the API can be configured using a Web.config App Setting. This can be set to allow "Server", "Browser" or "Disable".
<add key="converge-allow-remote" value="Server"/>