Skip to content

Latest commit

 

History

History
executable file
·
42 lines (26 loc) · 1.3 KB

File metadata and controls

executable file
·
42 lines (26 loc) · 1.3 KB

Working with pgAdmin

❯ pgAdmin

You can use pgAdmin to manage PostrgeSQL.

Navigate to the pgAdmin Login page: https://serendipity.localhost:5443

Login to pgAdmin

Login using the PGADMIN_DEFAULT_EMAIL (admin@serendipity.org) and PGADMIN_DEFAULT_PASSWORD (secret) credentials.

You should see something like:

Welcome Page

In the 'Quick Links' click on 'Add New Server':

Register Server - General Tab

Enter the Name (Serendipity PostgreSQL) and then click on the 'Connection' tab:

Register Server - Connection Tab

Enter the Host name / address (postgres) and the Username (POSTGRES_USER=admin) and Password (POSTGRES_PASSWORD=secret), and the Maintenance database (serendipity) then click the 'Save' button:

Note: The 'Host name / address' field must match the value (e.g., postgres) specified in the project's docker-compose.yml.

❯ References

pgAdmin