====== installatie pgadmin======
[[postgresql:postgresql|{{ :postgresql:icon.jpg?120|}}]]
===== context=====
dit document beschrijft de installatie van pgadmin4 op Debian
===== installatie=====
====repository toevoegen====
voeg pubkey toe van de pgadmin repository:
curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | apt-key add
maak de repository file aan
echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list
werk de repository by
apt-get update
==== installatie ====
apt-get install pgadmin4-web
===== meer info=====
zie: [[https://computingforgeeks.com/how-to-install-pgadmin4-on-debian/|external link]]
{{tag>postgresql postgres debian}}