Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-5053

VCS backend proxying to a remote VCS

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.3.2
    • Component/s: Core VCS
    • Impact type:
      Configuration format change
    • Upgrade notes:
      Hide

      To use client/server mode:

      On the server in default-repository-config.xml add:
      <listen>
      <host>localhost</host>
      <port>8181</port>
      <path>/nuxeo</path>
      </listen>
      To allow Binary remoting, add:
      <binaryManager listen="true"/>

      On the client in default-repository-config.xml add:
      <connect>
      <host>localhost</host>
      <port>8181</port>
      <path>/nuxeo</path>
      </connect>
      To also use remote Binary fetch, add:
      <binaryManager connect="true"/>

      (Note that in the repository configuration (default-repository-config.xml), the <queryMaker class="..." /> element is now deprecated and ignored.)

      Show
      To use client/server mode: On the server in default-repository-config.xml add: <listen> <host>localhost</host> <port>8181</port> <path>/nuxeo</path> </listen> To allow Binary remoting, add: <binaryManager listen="true"/> On the client in default-repository-config.xml add: <connect> <host>localhost</host> <port>8181</port> <path>/nuxeo</path> </connect> To also use remote Binary fetch, add: <binaryManager connect="true"/> (Note that in the repository configuration (default-repository-config.xml), the <queryMaker class="..." /> element is now deprecated and ignored.)

      Description

      This feature will make it possible to run a Nuxeo with the backend store not in SQL but in a remote VCS on another machine. The remote VCS will therefore be a kind of "proxy" to the final SQL database.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: