XMLWordPrintable

      In this step of the restore procedure

      oc exec -t $(oc get pods -l 'deploymentConfig=system-sidekiq' -o json | jq '.items[0].metadata.name' -r)  bash -- -c "bundle exec rake zync:resync:domains"
      

      there is an error, the command should be:

      oc exec -t $(oc get pods -l 'deploymentConfig=system-sidekiq' -o json | jq '.items[0].metadata.name' -r) -- bash -c "bundle exec rake zync:resync:domains"
      

              Unassigned Unassigned
              rhn-support-cpalmier Carlo Palmieri (Inactive)
              Darren Fennessy Darren Fennessy
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: