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

Audit should log repository id

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 5.4.2
    • Component/s: None
    • Impact type:
      Content model Change
    • Upgrade notes:
      Hide

      If old entries of the audit log have to be queried by a third-party process based on the repository id (like the CMIS connector now does), then the content of the newly-created LOG_REPO_ID column must be upgraded for old log entries. To do that:
      1. Start Nuxeo once and log in,
      2. Connect to the audit database and execute
      UPDATE NXP_LOGS SET LOG_REPO_ID = 'default' WHERE LOG_REPO_ID IS NULL

      Show
      If old entries of the audit log have to be queried by a third-party process based on the repository id (like the CMIS connector now does), then the content of the newly-created LOG_REPO_ID column must be upgraded for old log entries. To do that: 1. Start Nuxeo once and log in, 2. Connect to the audit database and execute UPDATE NXP_LOGS SET LOG_REPO_ID = 'default' WHERE LOG_REPO_ID IS NULL

      Description

      The audit should log the repository id.
      This is important when multiple repositories are used and the global history of activity is checked. This is in particular visible when using the CMIS audit APIs.

        Attachments

          Activity

            People

            • Assignee:
              fguillaume Florent Guillaume
              Reporter:
              fguillaume Florent Guillaume
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: