オペレーティングシステムはopenSUSE Tumbleweedです。以前はPostgreSQL 13をインストールしていました。次のように削除しました。
> sudo zypper rm 'postgres*'
> sudo zypper rr PostgreSQL
> sudo rm -rf /usr/local/var/postgres
その後、指示に従ってPostgreSQL 12をインストールしました。ここ:
> sudo zypper addrepo http://download.opensuse.org/repositories/server:database:postgresql/openSUSE_Tumbleweed/ PostgreSQL
> sudo zypper ref
> sudo zypper in -f postgresql postgresql-server postgresql-contrib
> sudo zypper in -f postgresql-plperl postgresql-plpython postgresql-pltlc
> sudo systemctl enable postgresql
> sudo systemctl start postgresql
しかし、データベースの状態に問題があります。
> sudo systemctl status postgresql.service
[sudo] password for root:
● postgresql.service - PostgreSQL database server
Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2021-05-27 23:08:43 EDT; 2h 10min ago
Process: 1576 ExecStart=/usr/share/postgresql/postgresql-script start (code=exited, status=1/FAILURE)
CPU: 21ms
May 27 23:08:43 localhost systemd[1]: Starting PostgreSQL database server...
May 27 23:08:43 localhost postgresql-script[1576]: Your database files were created by PostgreSQL version 13.
May 27 23:08:43 localhost postgresql-script[1576]: Could not find executables for this version.
May 27 23:08:43 localhost postgresql-script[1576]: Please install the PostgreSQL server package for version 13.
May 27 23:08:43 localhost systemd[1]: postgresql.service: Control process exited, code=exited, status=1/FAILURE
May 27 23:08:43 localhost systemd[1]: postgresql.service: Failed with result 'exit-code'.
May 27 23:08:43 localhost systemd[1]: Failed to start PostgreSQL database server.
何らかの理由で、どんなに努力しても、次の状態エラーを取り除くことはできません。
データベースファイルはPostgreSQLバージョン13で作成されました。
このバージョンの実行可能ファイルが見つかりません。
PostgreSQLサーバーパッケージバージョン13をインストールしてください。
PostgreSQL 12をインストールしてPostgreSQL 13データベースファイルを削除するには?
答え1
@casのコメントで提案したように:
13から12にダウングレードするという考えはあきらめることにしました。 Pg 13を再インストールし、そのまま維持した。
私が使用しているプラットフォームは12ページをお勧めします。しかし、13ページに問題がない限り、12ページに戻りません。