発生している問題・エラーメッセージ
AWSのRDSには、PostgreSQLを使用しています。
上記のRDSにローカル環境から接続ができません。
RDSのパブリックアクセシビリティは「あり」の状態です。
今困っている事は、
ローカル環境のdjangoから(docker-composeで環境構築済)
$docker-compose run --rm web python manage.py makemigrations
を実行しても↓下記エラーメッセージで、makemigrationsできません。
エラーメッセージ
django.db.utils.OperationalError: could not connect to server: Connection refused
Is the server running on host "hogehoge" (11.111.11.11) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host "hogehoge" (11.111.11.11) and accepting
TCP/IP connections on port 5432?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/06 10:38