summaryrefslogtreecommitdiffstats
path: root/DATA_MIGRATION.md
diff options
context:
space:
mode:
authorChristoph Kluge <me@christoph-kluge.eu>2018-07-24 20:55:09 +0200
committerGitHub <noreply@github.com>2018-07-24 20:55:09 +0200
commitfe54b44f968c281ac1807c99c0616795a50c42a1 (patch)
treebbb8097b145467895fe515e9a85c86d7524349fa /DATA_MIGRATION.md
parentMerge pull request #2078 from john-westcott-iv/2073_no_galaxy (diff)
downloadawx-fe54b44f968c281ac1807c99c0616795a50c42a1.tar.xz
awx-fe54b44f968c281ac1807c99c0616795a50c42a1.zip
Upgrade ansible-tower-cli if it was preinstalled
In order to make this document a bit more fault-tolerant I've been adding the `--upgrade` parameter to the installation.
Diffstat (limited to 'DATA_MIGRATION.md')
-rw-r--r--DATA_MIGRATION.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DATA_MIGRATION.md b/DATA_MIGRATION.md
index e12c3e3583..4ad788641f 100644
--- a/DATA_MIGRATION.md
+++ b/DATA_MIGRATION.md
@@ -13,7 +13,7 @@ This tool does __not__ support export/import of the following:
In terminal, pip install tower-cli (if you do not have pip already, install [here](https://pip.pypa.io/en/stable/installing/)):
```
-$ pip install ansible-tower-cli
+$ pip install --upgrade ansible-tower-cli
```
The AWX host URL, user, and password must be set for the AWX instance to be exported: