We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given the new community structure we need to turn on and off repos depending on the RPMs we are installing. Put this after line 18
This command turns off PG 94
"sudo yum-config-manager --disable pgdg94" sudo yum-config-manager --disable pgdg95 sudo yum-config-manager --disable pgdg96 sudo yum-config-manager --disable pgdg10
And PGAdmin4 is a whole other ball of wax - try to use pgadmin4 in containers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the new community structure we need to turn on and off repos depending on the RPMs we are installing.
Put this after line 18
This command turns off PG 94
"sudo yum-config-manager --disable pgdg94"
sudo yum-config-manager --disable pgdg95
sudo yum-config-manager --disable pgdg96
sudo yum-config-manager --disable pgdg10
And PGAdmin4 is a whole other ball of wax - try to use pgadmin4 in containers.
The text was updated successfully, but these errors were encountered: