aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarc Rechté2022-02-13 13:58:12 +0100
committerMarc Rechté2022-02-13 13:58:12 +0100
commit372bc52c698711af990cbd3a20d54e9bd2102c67 (patch)
treedadf98f84242ff44055cd7be4025c949799ef706 /README.md
parentfbaba17a156a00a7912bef51dff29f32fbd37cf1 (diff)
downloadaur-372bc52c698711af990cbd3a20d54e9bd2102c67.tar.gz
Update for 14.2.
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