You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OperationalError: connection to server at "ae-db" (192.168.42.219), port 5432 failed: FATAL: the database system is shutting down
(1 additional frame(s) were not displayed)
...
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/base/base.py", line 200, in connect
self.connection = self.get_new_connection(conn_params)
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/postgresql/base.py", line 187, in get_new_connection
connection = Database.connect(**conn_params)
File "__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
OperationalError: connection to server at "ae-db" (192.168.42.219), port 5432 failed: FATAL: the database system is shutting down
(16 additional frame(s) were not displayed)
...
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/base/base.py", line 200, in connect
self.connection = self.get_new_connection(conn_params)
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/postgresql/base.py", line 187, in get_new_connection
connection = Database.connect(**conn_params)
File "__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
OperationalError: connection to server at "ae-db" (192.168.42.219), port 5432 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
(1 additional frame(s) were not displayed)
...
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/base/base.py", line 200, in connect
self.connection = self.get_new_connection(conn_params)
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/postgresql/base.py", line 187, in get_new_connection
connection = Database.connect(**conn_params)
File "__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
OperationalError: connection to server at "ae-db" (192.168.42.219), port 5432 failed: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
(29 additional frame(s) were not displayed)
...
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/base/base.py", line 200, in connect
self.connection = self.get_new_connection(conn_params)
File "django/utils/asyncio.py", line 33, in inner
return func(*args, **kwargs)
File "django/db/backends/postgresql/base.py", line 187, in get_new_connection
connection = Database.connect(**conn_params)
File "__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
The text was updated successfully, but these errors were encountered:
Sentry Issue: SITH3-1T
The text was updated successfully, but these errors were encountered: