Back to Redis

Install Script

content/operate/rs/7.22/installing-upgrading/install/install-script.md

latest2.2 KB
Original Source

Run ./install.sh --help to view command-line options supported by the installation script.

The following options are supported:

OptionDescription
-yAutomatically answers yes to all install prompts, accepting all default values
See [Manage install questions]({{< relref "/operate/rs/7.22/installing-upgrading/install/manage-installation-questions" >}})
<nobr>-c <answer file></nobr>Specify answer file used to respond to install prompts
See [Manage install questions]({{< relref "/operate/rs/7.22/installing-upgrading/install/manage-installation-questions" >}})
<nobr>-s <socket dir></s>Specify directory for redislabs unix sockets (new installs only)
<nobr>--install-dir <dir></nobr>Specifies installation directory (new installs only)
See [Customize install locations]({{< relref "/operate/rs/7.22/installing-upgrading/install/customize-install-directories" >}})
<nobr>--config-dir <dir>Configuration file directory (new installs only)
See [Customize install locations]({{< relref "/operate/rs/7.22/installing-upgrading/install/customize-install-directories" >}})
<nobr>--var-dir <dir></nobr>Var directory used for installation (new installs only)
See [Customize install locations]({{< relref "/operate/rs/7.22/installing-upgrading/install/customize-install-directories" >}})
<nobr>--os-user <user>Operating system user account associated with install; default: redislabs
See [Customize user and group]({{< relref "/operate/rs/7.22/installing-upgrading/install/customize-user-and-group" >}}) (new installs only)
<nobr>--os-group <group>Operating system group associated with install; default: redislabs
See [Customize user and group]({{< relref "/operate/rs/7.22/installing-upgrading/install/customize-user-and-group" >}}) (new installs only)
--skip-dns-port-verificationSkip DNS port verification during installation
<nobr>--skip-updating-env-path</nobr>Skip adding paths related to Redis Enterprise Software to root's PATH environment variable
See [Manage install questions]({{< relref "/operate/rs/7.22/installing-upgrading/install/manage-installation-questions" >}})