Content
You are here:
Problems with fresh installation on CentOS 8
Added by Artis Leilands over 3 years ago
Hello, I am trying to install OP for the first time, I did the initial setup, agreed to install Postgres and got stuck at the configuration part. I think it is too early for me to have something messed up, I suppose this is an OP setup problem:
sudo openproject configure
Launching installer for openproject...
Selected addons: legacy-installer openproject-edition postgres apache2 repositories smtp memcached openproject
[legacy-installer] ./bin/configure
[openproject-edition] ./bin/configure
DONE
[postgres] ./bin/configure
tr: write error: Broken pipe
tr: write error
Postgres connection OK
DONE
[apache2] ./bin/configure
DONE
[repositories] ./bin/configure
tr: write error: Broken pipe
tr: write error
DONE
[smtp] ./bin/configure
DONE
[memcached] ./bin/configure
DONE
[openproject] ./bin/configure
DONE
[legacy-installer] ./bin/preinstall
[openproject-edition] ./bin/preinstall
[postgres] ./bin/preinstall
INFO: autoinstall=install. A new PostgreSQL v10 server will be installed locally unless a conflicting installation is found.
INFO: Checking whether port 45432 is available... OK
+ echo 'INFO: Installing PostgreSQL v10...'
INFO: Installing PostgreSQL v10...
+ dnf install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
PostgreSQL 9.4 for RHEL/CentOS 8 - x86_64 432 B/s | 162 B 00:00
Errors during downloading metadata for repository 'pgdg94':
- Status code: 404 for https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-8-x86_64/repodata/repomd.xml (IP: 217.196.149.55)
Error: Failed to download metadata for repo 'pgdg94': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Is there something I can do?
Replies (2)
Hello,
It is unrelated to your OpenProject installation: you seem to have a broken package repository setup on your machine (
PostgreSQL 9.4 for RHEL/CentOS 8 - x86_64
). Can remove it, and then try again?The problem is that PostgreSQL 9.4 is not supported on CentOS 8 anymore.