updated to Ubuntu 18.04;
authorwenzelm
Sat, 15 Sep 2018 22:33:48 +0200
changeset 68996 5f333f88d2c1
parent 68995 10da16970d82
child 68997 4278947ba336
updated to Ubuntu 18.04;
Admin/cronjob/README
--- a/Admin/cronjob/README	Fri Sep 14 11:34:21 2018 +0200
+++ b/Admin/cronjob/README	Sat Sep 15 22:33:48 2018 +0200
@@ -21,7 +21,7 @@
 Build Log Database Server
 =========================
 
-- Ubuntu 16.04 LTS Linux Server standard installation
+- Ubuntu 18.04 LTS Linux Server standard installation
   https://help.ubuntu.com/lts/serverguide
 
 - apt install unattended-upgrades
@@ -41,7 +41,7 @@
   $ sudo -u postgres psql template1
   ALTER USER postgres with encrypted password '***';
 
-  $ edit /etc/postgresql/9.5/main/pg_hba.conf
+  $ edit /etc/postgresql/10/main/pg_hba.conf
   local all postgres md5
   local all all md5