I am attempting to back up a PostgreSQL database from pgAdmin 4, but a pg_dump backup process is already running, and I am unable to stop it.
I've restarted the postgres server, restarted the server OS, and restarted pgAdmin, but the pg_dump backup process is still running.
Update: Removing and reinstalling postgresql and pgAdmin 4 did not solve the problem. The backup process resumed.
How can I stop this process?