Jak mogę zabić wszystkie moje połączenia Postgresql?
Próbuję, rake db:drop
ale dostaję:
ERROR: database "database_name" is being accessed by other users
DETAIL: There are 1 other session(s) using the database.
Próbowałem zamknąć procesy, które widzę z, ps -ef | grep postgres
ale to też nie działa:
kill: kill 2358 failed: operation not permitted