From 53d8e8b332a9dc23e183d002c9176d4d22c49e0c Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 5 Mar 2021 11:26:32 -0500 Subject: [PATCH] point people at install instructions for older stable releases --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 85ab2a5cbb..590ddb4d98 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,6 +15,11 @@ Table of Contents # Installing AWX +:warning: NOTE | +--- | +If you're installing an older release of AWX (prior to 18.0), these instructions have changed. Take a look at your version specific instructions, e.g., for AWX 17.0.1, see: [https://github.com/ansible/awx/blob/17.0.1/INSTALL.md](https://github.com/ansible/awx/blob/17.0.1/INSTALL.md) +If you're attempting to migrate an older Docker-based AWX installation, see: [Migrating Data from Local Docker](https://github.com/ansible/awx/blob/devel/tools/docker-compose/docs/data_migration.md) | + ## The AWX Operator Starting in version 18.0, the [AWX Operator](https://github.com/ansible/awx-operator) is the preferred way to install AWX.