Probably basic stuff. I'm just trying out DBeaver for the first time to set up a Postgresql database.
- I chose new database connection - Postgres
- Host: localhost Database: postgres Username: postgres and system password ... All connected
but when I right click create new database or schema I get the error
"SQL Error [42501]: ERROR: permission denied to create database ERROR: permission denied to create database"
Where could I be doing wrong?
I am using Ubuntu OS. In my case was an issue when trying to save a DUMP on SSD. I solved by following steps:
Hope it might help someone in the future.