PGAdmin4

Pull up pgadmin4 with Docker and load pigsty server list

Live Demo:http://adm.pigsty.cc

Credential: admin@pigsty.cc / pigsty

PGAdmin4 - 图1

太长;不看

  1. cd ~/pigsty/app/pgadmin
  2. make up
  3. make conf view # Load pigsty server list

Visit http://adm.pigsty or http://10.10.10.10:8885 with:

username: admin@pigsty.cc and password: pigsty

  1. make up # pull up pgadmin with docker-compose
  2. make run # launch pgadmin with docker
  3. make view # print pgadmin access point
  4. make log # tail -f pgadmin logs
  5. make info # introspect pgadmin with jq
  6. make stop # stop pgadmin container
  7. make clean # remove pgadmin container
  8. make conf # provision pgadmin with pigsty pg servers list
  9. make dump # dump servers.json from pgadmin container
  10. make pull # pull latest pgadmin image
  11. make rmi # remove pgadmin image
  12. make save # save pgadmin image to /tmp/pgadmin.tgz
  13. make load # load pgadmin image from /tmp

Last modified 2022-06-03: add scaffold for en docs (6a6eded)