Skip to content

Release 5.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 22:02
· 37 commits to master since this release

Added ✨

  • pgAdmin 4: Added pgAdmin 4 to the DMB image for PostgreSQL management πŸ“¦ - Resolves Issue #49

Notes πŸ“

  • pgAdmin 4 is enabled by setting the PGADMIN_SETUP_EMAIL and PGADMIN_SETUP_PASSWORD environment variables πŸ†”πŸ”
  • The DMB PostgreSQL server is automatically added to pgAdmin4 ServersπŸ—„οΈ
  • On the first access of pgAdmin 4, the DMB PostgreSQL server password will need to be set in pgAdmin 4 πŸ—„οΈ - the default PostgreSQL server password is postgres or set with POSTGRES_PASSWORD πŸ”
  • To access pgAdmin 4, navigate to http://<DMB_IP>:5050 in your browser 🌐
  • The pgAdmin 4 data is stored in the /pgadmin/data directory - though, not required to mounted to the host πŸ“
  • The pgAdmin 4 config_local.py is stored in the /pgadmin/data directory and symlinked at startup πŸ“ - review the pgAdmin 4 documentation for additional configuration options πŸ“š
  • Backups of the PostgreSQL database can be made using pgAdmin 4 and are stored in the /pgadmin/storage directory πŸ—„οΈ
  • The following message can be ignored on initial startup: ERROR - PostgreSQL subprocess: relation "version" does not exist at character 75