This is step that I use for restarting postgresql.
Note:
Please do this on development only
pgbouncer> KILL dbname;
Restart postgresql
$ sudo systemctl restart postgresql-12
Resume dbname from pgbouncer
pgbouncer> RESUME dbname;
This is step that I use for restarting postgresql.
Note:
Please do this on development only
pgbouncer> KILL dbname;
Restart postgresql
$ sudo systemctl restart postgresql-12
Resume dbname from pgbouncer
pgbouncer> RESUME dbname;
For further actions, you may consider blocking this person and/or reporting abuse
Libor Jelinek -
Wallace Freitas -
Vaibhav Arora -
Kshitij Raj Sharma -
Top comments (0)