joinmisskey / bash-install

Install Misskey with one shell script!
MIT License
29 stars 13 forks source link

Ubuntu 22.04でPostgreSQLのインストールで詰まる? #6

Closed tamaina closed 2 years ago

tamaina commented 2 years ago

Multipass上のUbuntu 22.04 LTSではPostgreSQLで以下のようなエラーが発生する

2022-11-10 23-17-10 1

apt.postgresql.org.shを使わない方が良さそう?

jojobii-arks commented 2 years ago

Ubuntu 22.04 LTS,

Running the following prior to using the script ensures that it works.

sudo apt install postgresql-common
sudo sh /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
tamaina commented 2 years ago

https://salsa.debian.org/postgresql/postgresql-common/-/commit/9c79e9610b1a118a3fb4cab254fabcddf04dbea6

Isn't it a miracle I stepped on the glitch just at the same time as the update?
(To be honest, I don't run this script very often.)