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. Install Issue with PostgreSQL

Install Issue with PostgreSQL

Added by Joseph Monarch about 4 years ago

I am trying to install OpenProject 11 for the first time and I am getting a 404 error when the install package gets to 'https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-8-x86_64/repodata/xml'.  As far as I can tell, there is no 9.4 directory at this location.  How can I get around this?

RHEL 8.3

[root@server yum.repos.d]# 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
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
Updating Subscription Management repositories.
PostgreSQL 9.4 for RHEL/CentOS 8 - x86_64                                                                                                                                      429  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: 72.32.157.246)
Error: Failed to download metadata for repo 'pgdg94': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

Replies (1)

RE: Install Issue with PostgreSQL - Added by Joseph Monarch about 4 years ago

I commented out the 9.4 repo in the pgdg-redhat-all.repo and install worked like a charm.

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