Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAH-1527 | Fix Postgres installation from local artifacts. #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mohan-13
Copy link
Member

  • Removes the installation of pgdg-redhat repo RPM.
  • Installs postgres server and required dependencies from local artifacts.

With this new installer, the below commands needs to be triggered.

cd /opt
wget https://repo.mybahmni.org/releases/postgresql96-9.6.24-1PGDG.rhel7.x86_64.rpm
wget https://repo.mybahmni.org/releases/postgresql96-server-9.6.24-1PGDG.rhel7.x86_64.rpm
wget https://repo.mybahmni.org/releases/postgresql96-libs-9.6.24-1PGDG.rhel7.x86_64.rpm
wget https://repo.mybahmni.org/releases/postgresql96-contrib-9.6.24-1PGDG.rhel7.x86_64.rpm

After this the installer can be fired as usual
bahmni -i local install

@mohan-13
Copy link
Member Author

The artifacts in our S3 repo are not found by yum during installation because the metadata was not updated after the artifacts are uploaded. Now that has been resolved in our S3 releases repository. So the manual steps to download the artifacts are not needed.

@mohan-13
Copy link
Member Author

Since we are using our S3 releases repository, installing of pgdg-redhat-repo rpm is not needed. Will remove that in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants