blob: a235cec19da32c0efce7f49fee6fc7c4fd07fe10 (
plain)
1
2
3
4
5
6
7
8
9
|
# Migrating Data Between AWX Installations
## Introduction
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.
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-operator/blob/devel/docs/upgrade/upgrading.md
|