Skip to main content

restore

This topic describes the options available with the Embedded Cluster restore command.

Usage

sudo ./<app-slug> restore [flags]

Flags

FlagTypeDescription
--airgap-bundlestring

Path to the air gap bundle. If set, the installation will complete without internet access.

--cidrstring

CIDR block of available private IP addresses (/16 or larger) (default "10.244.0.0/16")

--data-dirstring

Path to the data directory (default "/var/lib/embedded-cluster")

-h, --help

help for restore

--http-proxystring

HTTP proxy to use for the installation

--https-proxystring

HTTPS proxy to use for the installation

--ignore-host-preflights

Allow bypassing host preflight failures

--local-artifact-mirror-portint

Port on which the Local Artifact Mirror will be served (default 50000)

--network-interfacestring

The network interface to use for the cluster

--no-proxystring

Comma-separated list of hosts for which not to use a proxy

--private-castrings

Path to a trusted private CA certificate file

--skip-store-validation

Skip validation of the backup storage location

-y, --yes

Assume yes to all prompts.

$ SOURCE CONTENT Restore a gitea-two cluster

Usage: gitea-two restore [flags]

Flags: --airgap-bundle string Path to the air gap bundle. If set, the installation will complete without internet access. --cidr string CIDR block of available private IP addresses (/16 or larger) (default "10.244.0.0/16") --data-dir string Path to the data directory (default "/var/lib/embedded-cluster") -h, --help help for restore --http-proxy string HTTP proxy to use for the installation --https-proxy string HTTPS proxy to use for the installation --ignore-host-preflights Allow bypassing host preflight failures --local-artifact-mirror-port int Port on which the Local Artifact Mirror will be served (default 50000) --network-interface string The network interface to use for the cluster --no-proxy string Comma-separated list of hosts for which not to use a proxy --private-ca strings Path to a trusted private CA certificate file --skip-store-validation Skip validation of the backup storage location -y, --yes Assume yes to all prompts.