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
I'm trying the formula on CentOS 7 with this pillar
postgresql: server: enabled: true version: 11 bind: address: 127.0.0.1 port: 5432 protocol: tcp clients: - 127.0.0.1 database: databasename: encoding: 'UTF8' locale: 'cs_CZ' users: - name: 'username' password: 'password' host: 'localhost' rights: 'all privileges' cluster: enabled: false
I get this error:
ID: postgresql_packages Function: pkg.installed Name: postgresql93-server Result: False Comment: Error occurred installing package(s). Additional info follows: errors: - Running scope as unit run-1365.scope. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirrors.prometeus.net * epel: mirrors.n-ix.net * extras: mirrors.prometeus.net * updates: mirrors.prometeus.net No package postgresql93-server available. Error: Nothing to do
I think a repo like this https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm must be installed?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying the formula on CentOS 7 with this pillar
I get this error:
I think a repo like this https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm must be installed?
The text was updated successfully, but these errors were encountered: