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

No package postgresql93-contrib available #26

Open
mturra-Pro opened this issue Aug 5, 2020 · 0 comments
Open

No package postgresql93-contrib available #26

mturra-Pro opened this issue Aug 5, 2020 · 0 comments

Comments

@mturra-Pro
Copy link

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?

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

No branches or pull requests

1 participant