aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..be4fa4404bb2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+Introduction
+======================
+This version may cohabit with other major versions, including the official one.
+
+Data directory is /var/lib/postgres/data14
+
+Initialize the database
+=======================
+ su - postgres
+ . /opt/postgresql14/bin/pgenv.sh
+ initdb -k
+
+Start the service
+=================
+ systemctl start postgresql14
+
+Use the service
+================
+ . /opt/postgresql14/bin/pgenv.sh
+ psql -U postgres