在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版本并进行安装。