在macOS以Homebrew安裝PostgreSQL資料庫管理工具pgAdmin4。
很慢,很多bug不要裝,建議改裝DBeaver。
安裝環境:
- MacBook Pro Apple M1 Pro
- macOS Monterey 12.5
- Homebrew 3.6.7
安裝 install
開啟終端機輸入brew install --cask pgadmin4
即可。
$ brew install --cask pgadmin4
==> Downloading https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v6.15/macos/pgadmin4-6.15.dmg
######################################################################## 100.0%
==> Installing Cask pgadmin4
==> Moving App 'pgAdmin 4.app' to '/Applications/pgAdmin 4.app'
🍺 pgadmin4 was successfully installed!
安裝完即可在macOS的啟動台中看到pgAdmin4的App。
點選pgAdmin4圖示開啟,進入後會要求設定一組密碼作為驗證需要使用。
反安裝 uninstall
覺得很難用所以要移除。終端機輸入brew uninstall --cask pgadmin4
即可移除。
$ brew uninstall --cask pgadmin4
==> Uninstalling Cask pgadmin4
==> Backing App 'pgAdmin 4.app' up to '/opt/homebrew/Caskroom/pgadmin4/6.15/pgAdmin 4.app'
==> Removing App '/Applications/pgAdmin 4.app'
==> Purging files for version 6.15 of Cask pgadmin4
沒有留言:
張貼留言