Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. Problems with fresh installation on CentOS 8

Problems with fresh installation on CentOS 8

Added by Artis Leilands about 4 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)

RE: Problems with fresh installation on CentOS 8 - Added by Cyril Rohr almost 4 years ago

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?

RE: Problems with fresh installation on CentOS 8 - Added by Mircea Marin almost 4 years ago

The problem is that PostgreSQL 9.4 is not supported on CentOS 8 anymore.

  • (1 - 2/2)
Loading...