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

Documentation for backup restore procedure should include steps to create appendonly file in redis components

    XMLWordPrintable

Details

    Description

      When setting the redis config back to appendonly yes, redis will not load the rdb file that was copied into the volume, thus making all the restore steps useless.

      In order to avoid this, the appendonly file should be created manually before turning it back on.

      In other words, between steps 10 and 11 here, there should be the following step:

      oc rsh $(oc get pods -l 'deploymentConfig=backend-redis' -o json | jq '.items[0].metadata.name' -r) bash -c 'redis-cli BGREWRITEAOF'
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-spoole Shannon Poole
            Marian Ganisin Marian Ganisin (Inactive)
            Priscill Orue Priscill Orue
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: