How to Install postgreSQL-18 on Ubuntu24.04

arm版Ubuntu24.04にpostgresql-18をインストールする手順を記事にしました。

自動リポジトリ構成
sudo apt install -y postgresql-common
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
PostgreSQLをインストール(「18」をご希望のバージョンに置き換えてください)
sudo apt -y install postgresql-18

タイトルとURLをコピーしました