From 3987107e154751df97035709dbfa69f4a427a9ed Mon Sep 17 00:00:00 2001 From: onefourfive Date: Fri, 28 Jul 2023 15:24:14 -0700 Subject: [PATCH] fix broken link to upgrade docs. related #11313 Signed-off-by: onefourfive <> --- DATA_MIGRATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DATA_MIGRATION.md b/DATA_MIGRATION.md index e7ea3b391d57..a235cec19da3 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