We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have run these command:
make install
make database.connect
make database.migrate
any thought about this? thank you
The text was updated successfully, but these errors were encountered:
i'm getting a similar issue
Sorry, something went wrong.
I added the following in docker-compose.yml
docker-compose.yml
db: image: postgres:9.4 volumes_from: - dbdata environment: POSTGRES_HOST_AUTH_METHOD: trust
fixed the issue for me
No branches or pull requests
I have run these command:
make install
>> install python dependenciesmake database.connect
>> unable to connect to containermake database.migrate
>> unable to connect to database (see attachment below)any thought about this?
thank you
The text was updated successfully, but these errors were encountered: