Hi, today I tried out the export / import feature of tower-cli. I installed the latest awx version on my machine. I started it and waited until it was accessible through the web ui. I logged in. On the command line I exported all settings like this: ``` tower-cli receive --all > test.json ``` __test.json__ was filled with data. Afterwards I imported this data again to the same instance of AWX like this: ``` tower-cli send test.json ``` I get this error message: ``` Asset of type user is missing identifier field username Error: One or more errors encountered in provided assets, stopping import ``` I appended the test.json file. Best regards, Josef [test.txt](https://github.com/ansible/tower-cli/files/2259554/test.txt) Versions: Tower CLI 3.3.0 API v2 AWX 1.0.6.41 Ansible 2.6.1
Hi,
today I tried out the export / import feature of tower-cli.
I installed the latest awx version on my machine. I started it and waited until it was accessible through the web ui. I logged in.
On the command line I exported all settings like this:
test.json was filled with data.
Afterwards I imported this data again to the same instance of AWX like this:
I get this error message:
I appended the test.json file.
Best regards,
Josef
test.txt
Versions:
Tower CLI 3.3.0
API v2
AWX 1.0.6.41
Ansible 2.6.1