Advertisement
pulidovpe

fargate

Nov 7th, 2019
1,895
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Log from the ECS task */
  2.  
  3. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  4. 2019-11-06 23:27:29 UTC::@:[5187]:LOG: checkpoint starting: time
  5. 2019-11-06 23:27:30 UTC::@:[5187]:LOG: checkpoint complete: wrote 1 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.262 s, sync=0.001 s, total=1.133 s; sync files=1, longest=0.001 s, average=0.001 s; distance=0 kB, estimate=58982 kB
  6. 2019-11-06 23:28:59 UTC:172.17.2.152(36490):postgres@DB_Name:5432/DB_Name:[20376]:FATAL: password authentication failed for user "postgres"
  7. 2019-11-06 23:28:59 UTC:172.17.2.152(36490):postgres@DB_Name:5432/DB_Name:[20376]:DETAIL: Password does not match for user "postgres".
  8. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  9. 2019-11-06 23:28:59 UTC:172.17.2.152(36488):postgres@DB_Name:5432/DB_Name:[20377]:FATAL: password authentication failed for user "postgres"
  10. 2019-11-06 23:28:59 UTC:172.17.2.152(36488):postgres@DB_Name:5432/DB_Name:[20377]:DETAIL: Password does not match for user "postgres".
  11. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  12. 2019-11-06 23:28:59 UTC:172.17.2.152(36494):postgres@DB_Name:5432/DB_Name:[20378]:FATAL: password authentication failed for user "postgres"
  13. 2019-11-06 23:28:59 UTC:172.17.2.152(36494):postgres@DB_Name:5432/DB_Name:[20378]:DETAIL: Password does not match for user "postgres".
  14. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  15. 2019-11-06 23:28:59 UTC:172.17.2.152(36496):postgres@DB_Name:5432/DB_Name:[20379]:FATAL: password authentication failed for user "postgres"
  16. 2019-11-06 23:28:59 UTC:172.17.2.152(36496):postgres@DB_Name:5432/DB_Name:[20379]:DETAIL: Password does not match for user "postgres".
  17. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  18. 2019-11-06 23:29:28 UTC:172.17.2.152(36506):postgres@DB_Name:5432/DB_Name:[20533]:FATAL: password authentication failed for user "postgres"
  19. 2019-11-06 23:29:28 UTC:172.17.2.152(36506):postgres@DB_Name:5432/DB_Name:[20533]:DETAIL: Password does not match for user "postgres".
  20. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  21. 2019-11-06 23:29:29 UTC:172.17.2.152(36508):postgres@DB_Name:5432/DB_Name:[20534]:FATAL: password authentication failed for user "postgres"
  22. 2019-11-06 23:29:29 UTC:172.17.2.152(36508):postgres@DB_Name:5432/DB_Name:[20534]:DETAIL: Password does not match for user "postgres".
  23. Connection matched pg_hba.conf line 13: "host all all 0.0.0.0/0 md5"
  24. 2019-11-06 23:29:29 UTC:172.17.2.152(36510):postgres@DB_Name:5432/DB_Name:[20535]:FATAL: password authentication failed for user "postgres"
  25. 2019-11-06 23:29:29 UTC:172.17.2.152(36510):postgres@DB_Name:5432/DB_Name:[20535]:DETAIL: Password does not match for user "postgres".
  26.  
  27.  
  28. /* Log from the RDS instance */
  29.  
  30. [2019-11-06 23:28:39,487] INFO in __init__: /app/.env
  31. [2019-11-06 23:28:39,487] INFO in __init__: config.testConfig
  32. [2019-11-06 23:28:39,489] INFO in database: postgresql+psycopg2://postgres:1234567890@postgresql://postgres:1234567890@test-database.cak4bcwsnao4.us-east-2.rds.amazonaws.com:5432/DB_Name:5432/DB_Name
  33.  * Serving Flask app "app" (lazy loading)
  34.  * Environment: development
  35.  * Debug mode: on
  36.  * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
  37.  * Restarting with stat
  38. [2019-11-06 23:28:40,604] INFO in __init__: /app/.env
  39. [2019-11-06 23:28:40,604] INFO in __init__: config.testConfig
  40. [2019-11-06 23:28:40,605] INFO in database: postgresql+psycopg2://postgres:1234567890@postgresql://postgres:1234567890@test-database.cak4bcwsnao4.us-east-2.rds.amazonaws.com:5432/DB_Name:5432/DB_Name
  41.  * Debugger is active!
  42.  * Debugger PIN: 150-960-985
  43. 172.17.2.104 - - [06/Nov/2019 23:28:59] "GET /app/ui HTTP/1.1" 500 -
  44. Traceback (most recent call last):
  45.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 2275, in _wrap_pool_connect
  46.     return fn()
  47.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 363, in connect
  48.     return _ConnectionFairy._checkout(self)
  49.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 760, in _checkout
  50.     fairy = _ConnectionRecord.checkout(pool)
  51.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 492, in checkout
  52.     rec = pool._do_get()
  53.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get
  54.     self._dec_overflow()
  55.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__
  56.     compat.reraise(exc_type, exc_value, exc_tb)
  57.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 153, in reraise
  58.     raise value
  59.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get
  60.     return self._create_connection()
  61.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection
  62.     return _ConnectionRecord(self)
  63.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 437, in __init__
  64.     self.__connect(first_connect_check=True)
  65.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 639, in __connect
  66.     connection = pool._invoke_creator(self)
  67.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect
  68.     return dialect.connect(*cargs, **cparams)
  69.   File "/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 481, in connect
  70.     return self.dbapi.connect(*cargs, **cparams)
  71.   File "/usr/local/lib/python3.7/site-packages/psycopg2/__init__.py", line 126, in connect
  72.     conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
  73. psycopg2.OperationalError: FATAL:  password authentication failed for user "postgres"
  74. FATAL:  password authentication failed for user "postgres"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement