質問編集履歴

2

内容にRDSが特定される事柄が含まれていたため

2020/03/02 11:08

投稿

gizaju_10
gizaju_10

スコア5

test CHANGED
File without changes
test CHANGED
@@ -22,12 +22,12 @@
22
22
 
23
23
  django.db.utils.OperationalError: could not connect to server: Connection refused
24
24
 
25
- Is the server running on host "pstgresql-1.c2dsortqthgl.ap-northeast-1.rds.amazonaws.com" (13.114.92.46) and accepting
25
+ Is the server running on host "hogehoge" (11.111.11.11) and accepting
26
26
 
27
27
  TCP/IP connections on port 5432?
28
28
 
29
29
  could not connect to server: Connection refused
30
30
 
31
- Is the server running on host "pstgresql-1.c2dsortqthgl.ap-northeast-1.rds.amazonaws.com" (13.114.92.46) and accepting
31
+ Is the server running on host "hogehoge" (11.111.11.11) and accepting
32
32
 
33
33
  TCP/IP connections on port 5432?

1

内容が抽象的過ぎたため

2020/03/02 11:08

投稿

gizaju_10
gizaju_10

スコア5

test CHANGED
@@ -1 +1 @@
1
- djangoからmakemigrationsできない
1
+ djangoからAWSのRDSにmakemigrationsできない
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ### 発生している問題・エラーメッセージ
2
2
 
3
- RDSには、PostgreSQLを使用しています。
3
+ AWSのRDSには、PostgreSQLを使用しています。
4
4
 
5
5
  上記のRDSにローカル環境から接続ができません。
6
6