Update rolling_upgrade.asciidoc
`--path.config` -> `--path.conf` Closes #15242
This commit is contained in:
parent
d82a685f57
commit
cea1c465d4
|
@ -60,7 +60,7 @@ default.
|
|||
|
||||
It is a good idea to place these directories in a different location so that
|
||||
there is no chance of deleting them when upgrading Elasticsearch. These
|
||||
custom paths can be <<paths,configured>> with the `path.config` and
|
||||
custom paths can be <<paths,configured>> with the `path.conf` and
|
||||
`path.data` settings.
|
||||
|
||||
The Debian and RPM packages place these directories in the
|
||||
|
@ -80,7 +80,7 @@ To upgrade using a zip or compressed tarball:
|
|||
overwrite the `config` or `data` directories.
|
||||
|
||||
* Either copy the files in the `config` directory from your old installation
|
||||
to your new installation, or use the `--path.config` option on the command
|
||||
to your new installation, or use the `--path.conf` option on the command
|
||||
line to point to an external config directory.
|
||||
|
||||
* Either copy the files in the `data` directory from your old installation
|
||||
|
|
Loading…
Reference in New Issue