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
docker-compose run backend bundle exec rake db:createでこけました。 PostgreSQLのdocker image の変更により PostgreSQLのコンテナに環境変数POSTGRES_PASSWORDの設定が必要になったようです。 (参考:https://qiita.com/at-946/items/2fb75cec5355fad4050d)
docker-compose run backend bundle exec rake db:create
POSTGRES_PASSWORD
詳細は上記qiitaの記事をご覧いただくのが一番早いかと思われます。 上記、記事の方法(解決1)にてdb:createができるところまでは確認いたしました。
db:create
The text was updated successfully, but these errors were encountered:
Thanks for your report. I've patched in #313, adding POSTGRES_HOST_AUTH_METHOD=trust to environment variables.
POSTGRES_HOST_AUTH_METHOD=trust
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
docker-compose run backend bundle exec rake db:create
でこけました。PostgreSQLのdocker image の変更により
PostgreSQLのコンテナに環境変数
POSTGRES_PASSWORD
の設定が必要になったようです。(参考:https://qiita.com/at-946/items/2fb75cec5355fad4050d)
詳細は上記qiitaの記事をご覧いただくのが一番早いかと思われます。
上記、記事の方法(解決1)にて
db:create
ができるところまでは確認いたしました。The text was updated successfully, but these errors were encountered: