在Debian系統上選擇pgAdmin版本時,你可以根據以下因素來決定:
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo apt install pgadmin4
sudo systemctl start pgadmin4
sudo systemctl enable pgadmin4
在瀏覽器中輸入 http://<your_server_ip>:5050
,使用之前設置的管理員賬號登錄。
wget https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.30/pgadmin4-4.30-all.deb
sudo dpkg -i pgadmin4-4.30-all.deb
sudo apt-get install -f
/usr/local/pgadmin4/bin/pgadmin4
希望以上信息能幫助你在Debian系統上選擇合適的pgAdmin版本并進行安裝。