From: Devrim Gündüz 8.4 (also supplies package rh-postgresql96, via SCL)
-
Fedora 34
+ Fedora 35
13
-
@@ -158,17 +158,17 @@ Due to policies for Red Hat family distributions, the PostgreSQL installation
will not be enabled for automatic start or have the database initialized
automatically. To make your database installation complete, you need to
perform the following steps, based on your distribution:
-Fedora 33
- 12
+ Fedora 34
+ 13
For RHEL / CentOS / SL / OL 6
-
- service postgresql initdb
- chkconfig postgresql on
-
-For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 31 and later derived distributions:
+For RHEL / Rocky Linux / CentOS / SL / OL 7, 8 or Fedora 34 and later derived distributions:
postgresql-setup --initdb
systemctl enable postgresql.service
systemctl start postgresql.service
+For RHEL / CentOS / SL / OL 6
+
+ service postgresql initdb
+ chkconfig postgresql on
+