0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PostgreSQLってどのくらい古いバージョン使える感じ? (Ubuntuにて)

0
Posted at

PostgreSQLってどのくらい古いバージョン使える感じ? (Ubuntuにて)

公式のインストール手順

対応してるUbuntuのバージョン

これは普通に公式に書いてある。

  • resolute (26.04, LTS)
  • questing (25.10, non-LTS)
  • noble (24.04, LTS)
  • jammy (22.04, LTS)

ServerとClientの利用可能なバージョン

Ubuntu 24.04上に公式のオートインストールで追加したリポジトリをsearchで検索

PostgreSQL Server

apt searchで探したものをgrepで抜き出してみる。

postgresql-8.2/noble-pgdg 8.2.23-14.pgdg24.04+1 amd64
postgresql-8.3/noble-pgdg 8.3.23-11.pgdg24.04+1 amd64
postgresql-8.4/noble-pgdg 8.4.22-12.pgdg24.04+1 amd64
postgresql-9.0/noble-pgdg 9.0.23-12.pgdg24.04+1 amd64
postgresql-9.1/noble-pgdg 9.1.24-18.pgdg24.04+1 amd64
postgresql-9.2/noble-pgdg 9.2.24-15.pgdg24.04+1 amd64
postgresql-9.3/noble-pgdg 9.3.25-15.pgdg24.04+1 amd64
postgresql-9.4/noble-pgdg 9.4.26-15.pgdg24.04+1 amd64
postgresql-9.5/noble-pgdg 9.5.25-13.pgdg24.04+1 amd64
postgresql-9.6/noble-pgdg 9.6.24-12.pgdg24.04+1 amd64
postgresql-10/noble-pgdg 10.23-9.pgdg24.04+1 amd64
postgresql-11/noble-pgdg 11.22-10.pgdg24.04+1 amd64
postgresql-12/noble-pgdg 12.22-3.pgdg24.04+1 amd64
postgresql-13/noble-pgdg 13.23-1.pgdg24.04+1 amd64
postgresql-14/noble-pgdg 14.22-1.pgdg24.04+1 amd64
postgresql-15/noble-pgdg 15.17-1.pgdg24.04+1 amd64
postgresql-16/noble-pgdg 16.13-1.pgdg24.04+1 amd64
postgresql-17/noble-pgdg 17.9-1.pgdg24.04+1 amd64
postgresql-18/noble-pgdg 18.3-1.pgdg24.04+1 amd64

つまりバージョンでいうと8.2から18まで使えるっぽい。

PostgreSQL Client

postgresql-client-8.2/noble-pgdg 8.2.23-14.pgdg24.04+1 amd64
postgresql-client-8.3/noble-pgdg 8.3.23-11.pgdg24.04+1 amd64
postgresql-client-8.4/noble-pgdg 8.4.22-12.pgdg24.04+1 amd64
postgresql-client-9.0/noble-pgdg 9.0.23-12.pgdg24.04+1 amd64
postgresql-client-9.1/noble-pgdg 9.1.24-18.pgdg24.04+1 amd64
postgresql-client-9.2/noble-pgdg 9.2.24-15.pgdg24.04+1 amd64
postgresql-client-9.3/noble-pgdg 9.3.25-15.pgdg24.04+1 amd64
postgresql-client-9.4/noble-pgdg 9.4.26-15.pgdg24.04+1 amd64
postgresql-client-9.5/noble-pgdg 9.5.25-13.pgdg24.04+1 amd64
postgresql-client-9.6/noble-pgdg 9.6.24-12.pgdg24.04+1 amd64
postgresql-client-10/noble-pgdg 10.23-9.pgdg24.04+1 amd64
postgresql-client-11/noble-pgdg 11.22-10.pgdg24.04+1 amd64
postgresql-client-12/noble-pgdg 12.22-3.pgdg24.04+1 amd64
postgresql-client-13/noble-pgdg 13.23-1.pgdg24.04+1 amd64
postgresql-client-14/noble-pgdg 14.22-1.pgdg24.04+1 amd64
postgresql-client-15/noble-pgdg 15.17-1.pgdg24.04+1 amd64
postgresql-client-16/noble-pgdg 16.13-1.pgdg24.04+1 amd64
postgresql-client-17/noble-pgdg 17.9-1.pgdg24.04+1 amd64
postgresql-client-18/noble-pgdg 18.3-1.pgdg24.04+1 amd64

つまりバージョンでいうと8.2から18まで使えるっぽい。Serverと同じかな。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?