# postgresの古いバージョンをアンインストールする方法

**URL:** https://meta.discourse.org/t/how-to-uninstall-old-versions-of-postgres/172506
**Category:** Self-hosting
**Created:** [2020 年 12 月 7 日午後 4:31 UTC](https://meta.discourse.org/t/how-to-uninstall-old-versions-of-postgres/172506 "2020-12-07T16:31:52Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Nacho\_Caballero](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nacho_caballero/32/130189_2.png) [@Nacho\_Caballero](https://meta.discourse.org/u/Nacho_Caballero)
#### Post date: [2020 年 12 月 7 日午後 4:31 UTC](https://meta.discourse.org/t/how-to-uninstall-old-versions-of-postgres/172506/1 "2020-12-07T16:31:52Z")

</div>

サーバーに複数の PostgreSQL バージョンがインストールされていることに気づきました。

```plaintext
grep -H '^port' /etc/postgresql/*/main/postgresql.conf
/etc/postgresql/10/main/postgresql.conf:port = 5432 # (change requires restart)
/etc/postgresql/12/main/postgresql.conf:port = 5434 # (change requires restart)
/etc/postgresql/13/main/postgresql.conf:port = 5435 # (change requires restart)

```

これにより、`service postgresql restart` で PostgreSQL サービスの起動や停止に問題が発生している可能性があります。

2 つ質問があります。

1. Discourse の最新バージョンはどのバージョンを使用しますか？
2. 他のバージョンを安全にアンインストールするにはどうすればよいですか？

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [2020 年 12 月 7 日午後 4:43 UTC](https://meta.discourse.org/t/how-to-uninstall-old-versions-of-postgres/172506/2 "2020-12-07T16:43:11Z")

</div>

> [@Nacho\_Caballero](#):
>
> サーバーに複数の Postgres バージョンがインストールされていることに気づきました。

申し訳ありませんが、これは Discourse とどのような関係があるのでしょうか？Discourse はコンテナイメージ内に PostgreSQL を同梱しており、サーバーにインストールされているソフトウェアには関与していません。

```plaintext
➜ discoursesmall git:(6a42acbf) docker run --rm -it discourse/base:2.0.20201125-2246
root@f89c549fdef1:/# ls /etc/postgresql
12

```

> [@Nacho\_Caballero](#):
>
> 最新の Discourse バージョンはどれを使用していますか？

デフォルトでは、コンテナ内のものを使用するため、何も使用しません。バージョンのみに焦点を当てれば、現在は 12 を使用しており、まもなく 13 へ移行する予定です。

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2021 年 1 月 6 日午後 4:43 UTC](https://meta.discourse.org/t/how-to-uninstall-old-versions-of-postgres/172506/3 "2021-01-06T16:43:23Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
