From e5a6007bf1cbc5346cada5b44c964a6ee73c9477 Mon Sep 17 00:00:00 2001 From: onefourfive Date: Wed, 9 Aug 2023 12:06:44 -0700 Subject: [PATCH] fix broken link to upgrade docs. related #11313 (#14296) Signed-off-by: onefourfive <> Co-authored-by: onefourfive --- DATA_MIGRATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DATA_MIGRATION.md b/DATA_MIGRATION.md index e7ea3b391d..a235cec19d 100644 --- a/DATA_MIGRATION.md +++ b/DATA_MIGRATION.md @@ -4,6 +4,6 @@ Early versions of AWX did not support seamless upgrades between major versions and required the use of a backup and restore tool to perform upgrades. -Users who wish to upgrade modern AWX installations should follow the instructions at: +As of version 18.0, `awx-operator` is the preferred install/upgrade method. Users who wish to upgrade modern AWX installations should follow the instructions at: -https://github.com/ansible/awx/blob/devel/INSTALL.md#upgrading-from-previous-versions +https://github.com/ansible/awx-operator/blob/devel/docs/upgrade/upgrading.md