Skip to content

Files

Latest commit

stevsmitSteven Smith
and
Steven Smith
Feb 9, 2023
d72249d · Feb 9, 2023

History

History
28 lines (25 loc) · 861 Bytes

georepl-deploy-standalone.adoc

File metadata and controls

28 lines (25 loc) · 861 Bytes

Run {productname} with storage preferences

  1. Copy the config.yaml to all machines running {productname}

  2. For each machine in each region, add a QUAY_DISTRIBUTED_STORAGE_PREFERENCE environment variable with the preferred storage engine for the region in which the machine is running.

    For example, for a machine running in Europe with the config directory on the host available from $QUAY/config:

    $ sudo podman run -d --rm -p 80:8080 -p 443:8443  \
       --name=quay \
       -v $QUAY/config:/conf/stack:Z \
       -e QUAY_DISTRIBUTED_STORAGE_PREFERENCE=europestorage \
       {productrepo}/{quayimage}:{productminv}
    Note

    The value of the environment variable specified must match the name of a Location ID as defined in the config panel.

  3. Restart all {productname} containers