Awx: all configuration changes lost after host restart

Created on 27 Sep 2017  路  1Comment  路  Source: ansible/awx

ISSUE TYPE

  • Bug Report
COMPONENT NAME
SUMMARY


after default installation (docker installation) everything is working fine but after the docker host restart
all changes are lost / whole awx system is set to default settings

ENVIRONMENT
  • AWX version: 1.0.0.561
  • Ansible version: 2.4.0.0
  • Operating System: ubuntu server 16.04
  • Web Browser: Chromium Version 61.0.3163.79
STEPS TO REPRODUCE

After default install login to web gui, create a new team or new user or new organisation, restart docker host - after restart and logging in all changes are lost / system is at default state

EXPECTED RESULTS

we should be see the new team we added to configuration

ACTUAL RESULTS

there are no new teams / default config

ADDITIONAL INFORMATION

Most helpful comment

Your /tmp directory is probably cleared at reboot, you can change where the installer chooses to set up the postgres data directory: https://github.com/ansible/awx/blob/devel/installer/inventory#L30

>All comments

Your /tmp directory is probably cleared at reboot, you can change where the installer chooses to set up the postgres data directory: https://github.com/ansible/awx/blob/devel/installer/inventory#L30

Was this page helpful?
0 / 5 - 0 ratings