blob: e7ea3b391d57dd0ef5578cfca7df2e1c0e784b02 (
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.
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
|