Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-4347

Wrong rsync command in Restore guide

    XMLWordPrintable

Details

    Description

      Chapter 5. 3scale backup and restore
      https://access.redhat.com/documentation/en-us/red_hat_3scale_api_management/2.7/html/operating_3scale/backup-restore

      Section 5.6.2. Restoring system-storage - with respect to backup procedure earlier in the guide current command:
      oc rsync ./local/dir $(oc get pods -l 'deploymentConfig=system-app' -o json | jq '.items[0].metadata.name' -r):/opt/system/public/system

      Restores data to wrong place. If style of backup command should be preserved than correct form is:
      oc rsync ./local/dir/system/ $(oc get pods -l 'deploymentConfig=system-app' -o json | jq '.items[0].metadata.name' -r):/opt/system/public/system

      Attachments

        Activity

          People

            Unassigned Unassigned
            mganisin@redhat.com Marian Ganisin (Inactive)
            Darren Fennessy Darren Fennessy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: