Erro : terminating connection due to administrator command

Hello, my system is stuck with an error.

At first, it appeared to be inactive.

Now, when I try to access it, a message appears:

{
“message”: “terminating connection due to administrator command”
}

How do I resolve this error?

The system is now available to customers.

1 Like

Are you still having this issue? That seems like it could be a temporary issue potentially.

1 Like

That message is PostgreSQL’s way of saying “the server just sh ut down your connection.” You should add retry mechanisms to your backend to connect to the database. I’ve had this error before and it fixed it.

2 Likes