About 449,000 results
Open links in new tab
  1. centos - yum update returns conflicts with postgresql - Unix

    Aug 3, 2011 · cat /etc/centos-release CentOS Linux release 8.3.2011 yum update returns errors as seen below, some conflicts with postgresql 12 installation. Following this guide: Install psql …

  2. Unable to locate package postgresql-server-dev?

    Sep 12, 2018 · Without knowing you need postgresql-server-dev-12 you can install postgresql-server-dev-all and it will choose the correct one (which is postgresql-server-dev-12 in your case).

  3. postgresql - Installing 'postgresql12' on CentOS 8 got "No match …

    Oct 8, 2019 · Version 12 repo isn't enabled by default. However @EOhm has the correct solution below, dnf --disablerepo AppStream install postgresql12-server does the trick and even installs …

  4. linux mint - E: Unable to locate package postgresql-12 - Unix

    Oct 17, 2022 · PostgreSQL 12 is only available in Linux Mint 20. x (based on Ubuntu 20.04). Linux Mint 21. x (based on Ubuntu 22.04) has PostgreSQL 14, you need to use sudo apt …

  5. linux - Unable to successfully change Postgresql data_directory …

    Feb 10, 2021 · Unable to successfully change Postgresql data_directory and restart Postgres Ask Question Asked 4 years, 10 months ago Modified 4 years, 10 months ago

  6. Unable to start posgtresql, the reason isn't clear

    Jul 10, 2016 · Take a look at PostgreSQL's log files to see. It's a pity that the systemd output doesn't point to them, or that PostgreSQL on this system isn't configured to output its logs to …

  7. apt cannot remove package (postgresql) - Unix & Linux Stack …

    Jan 12, 2022 · dpkg: warning: files list file for package 'postgresql-client-common' missing; assuming package has no files currently installed To fix things, you’ll need to force a re …

  8. fedora - Permission denied when starting PostgreSQL service …

    May 4, 2023 · I previously installed PostgreSQL by following this documentation then I uninstalled it using the following commands (I'm on Fedora) sudo rm -rf /var/lib/pgsql/ sudo dnf remove …

  9. postgresql service down, "/run/postgresql/.s.PGSQL.5432" failed

    Apr 7, 2024 · i on artix with runit postgresql have issues after starting #sudo sv start postgresql ok: run: postgresql: (pid 849) 1236s #sudo -u postgres psql psql: error: connection to server on …

  10. what is libpq.so.5 and how to make it avaliable - Unix & Linux …

    Sep 13, 2021 · BTW, if you want to install only the psql command (and all of its dependencies, like libpq) then install the postgresql-client package instead of the postgresql package. Note …