From 2239c8d6e5dae5badb75e6d99b2b998833b4ae9a Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 23 Feb 2021 09:07:08 -0500 Subject: [PATCH] Add full path to data migration example in docs --- tools/docker-compose/docs/data_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/docs/data_migration.md b/tools/docker-compose/docs/data_migration.md index af36850226..3e313a0ebf 100644 --- a/tools/docker-compose/docs/data_migration.md +++ b/tools/docker-compose/docs/data_migration.md @@ -13,7 +13,7 @@ If you had a custom pgdocker or awxcompose location, you will need to set the `p 1. Run the [migrate playbook](./ansible/migrate.yml) to migrate your data to the new postgresql container and convert the data directory to a volume mount. ```bash -$ ansible-playbook migrate.yml -e "migrate_local_docker=true" -e "postgres_data_dir=~/.awx/pgdocker" -e "old_docker_compose_dir=~/.awx/awxcompose" +$ ansible-playbook -i tools/docker-compose/inventory tools/docker-compose/migrate.yml -e "migrate_local_docker=true" -e "postgres_data_dir=~/.awx/pgdocker" -e "old_docker_compose_dir=~/.awx/awxcompose" ``` 2. Change directory to the top of your awx checkout and start your containers