Top Menu

Jump to content
  • OpenProject
    • View all projects
Home
    • Projects
    • Work packages
    • News
    • Getting started
    • Introduction video
    • Welcome to OpenProject

      Get an overview

      Get a quick overview of project management and team collaboration with OpenProject.
      You can restart this video from the help menu

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional support

    • Additional resources
    • Legal notice
    • Data privacy and security policy
    • 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
  • Roadmap
  • Work packages
  • Boards
  • Calendar
  • Forums
You are here:
  • Forums
  • Support Installation & Updates

Content

Install Issue with PostgreSQL

Added by Joseph Monarch 7 days 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 7 days ago

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

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