Clash Secondo
Clash Secondo

Reputation: 29

Create a server in pgAdmin 4

I have a problem with postgresql, I want to connect my DB on RDS-Amazon but I don't find the option create server on PgAdmin 4.

I saw these tutorials: https://adamtheautomator.com/rds-postgres/

But in my PGAdmin the situation is this: enter image description here

Upvotes: 1

Views: 6134

Answers (1)

Adam Benson
Adam Benson

Reputation: 8522

Try Register, Server. That will call up a dialog box. Choose the connections tab to enter server address\name, user, db and password :

enter image description here

Upvotes: 3

Related Questions