Fading Coder

One Final Commit for the Last Sprint

Installing PostgreSQL 12 with PostGIS on Rocky Linux 9

Enable the CRB and EPEL repositories, then add the official PostgreSQL YUM repositroy: dnf install 'dnf-command(config-manager)' -y dnf config-manager --set-enabled crb dnf install -y epel-release dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-late...