PGAdmin4

Pull up pgadmin4 with Docker and load pigsty server list

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

Credential: admin@pigsty.cc / pigsty

太长;不看

cd ~/pigsty/app/pgadmin
make up                
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

make up         # pull up pgadmin with docker-compose
make run        # launch pgadmin with docker
make view       # print pgadmin access point
make log        # tail -f pgadmin logs
make info       # introspect pgadmin with jq
make stop       # stop pgadmin container
make clean      # remove pgadmin container
make conf       # provision pgadmin with pigsty pg servers list 
make dump       # dump servers.json from pgadmin container
make pull       # pull latest pgadmin image
make rmi        # remove pgadmin image
make save       # save pgadmin image to /tmp/pgadmin.tgz
make load       # load pgadmin image from /tmp

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