Hi,
I deployed pgAdmin4 on a server and I have a script that every day restore a database from a dump file. The problem I am facing at, is that if somebody forget to diconnect from the database, the restore command fails with an error "database Test is being accessed by other users".
Is there a way to tell pgAdmin to auto disconnect from all databases?
Thanks
Paolo Saudin