I want to create a server in pgAdmin 4 but it's not working.
should actually work like this. enter image description here
I'm a Linux Ubuntu 22.04 user. I tried create a server, but it didn't work.
I want to create a server in pgAdmin 4 but it's not working.
should actually work like this. enter image description here
I'm a Linux Ubuntu 22.04 user. I tried create a server, but it didn't work.
It was said that it was renamed register, you can check the comment on this question for more information Postgresql pgAdmin is missing the menu item "create server"
I believe that the Postgres service is not running on your device which is causing the server option to be hidden. You should start a Postgres server from the CLI and then connect to it using pgAdmin. You can use the following latest docs for setting up the connection afterward: Connecting to Server ,