Skip to content

Commit 4f17c0f

Browse files
authored
Chore: Modify the upgrade docs to clarify the user and pass arguments (#1054)
1 parent c96185c commit 4f17c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ To upgrade an {{ece}} installation, download the latest installation script. Log
126126
* If your ECE installation was set up using **Podman** instead of Docker, append the `--podman` flag when running the upgrade command.
127127
* If your installation uses **SELinux**, append the `--selinux` flag when running the upgrade command.
128128
* If you configured a **custom Docker registry** during installation using the `--docker-registry` or `--ece-docker-repository` parameters, include the same parameters when running the upgrade.
129+
* Starting in ECE 3.8.0, `upgrade` requires `--user` and `--pass` arguments, or a path to the `bootstrap-secrets.json` file, if the file does not exist already at the expected default path. Please see [elastic-cloud-enterprise.sh upgrade](cloud://reference/cloud-enterprise/ece-installation-script-upgrade.md) for details.
129130
::::
130131

131132
```sh
132-
bash <(curl -fsSL https://download.elastic.co/cloud/elastic-cloud-enterprise.sh) upgrade
133+
bash <(curl -fsSL https://download.elastic.co/cloud/elastic-cloud-enterprise.sh) upgrade --user admin --pass $PASSWORD
133134
```
134135

135136
You can follow along while each container for {{ece}} is upgraded on the hosts that are part of the installation.

0 commit comments

Comments
 (0)