Closed jkrzemin closed 7 months ago
The migrations do not create any of the users. The users are created by the scripts/init-db.sh which needs to be run the first time you create the db. Did you do this?
I've dug it out like 5 min after creating the issue and I'm wandering about 2 questions:
I'm not sure why it is run as root. I remember there are some permission issue if you don't that I could not explain and didn't bother to explain.
The scripts are not containers because they are not part of the regular application stack. They are just used to bootstrap either the integration test setup or developer environments.
I might get something wrong since I'm at the point of poking around within the repo, but it seems like really easy fix for onboarding.
I've copied the
config.template
directory toconfig
directory in order to have "vanilla setup".But when I try to bring up faf-python-server service:
Seems like easy fix.