Admin/cronjob/README
changeset 68996 5f333f88d2c1
parent 67766 603334230303
child 72394 9302fd538ae4
equal deleted inserted replaced
68995:10da16970d82 68996:5f333f88d2c1
    19 
    19 
    20 
    20 
    21 Build Log Database Server
    21 Build Log Database Server
    22 =========================
    22 =========================
    23 
    23 
    24 - Ubuntu 16.04 LTS Linux Server standard installation
    24 - Ubuntu 18.04 LTS Linux Server standard installation
    25   https://help.ubuntu.com/lts/serverguide
    25   https://help.ubuntu.com/lts/serverguide
    26 
    26 
    27 - apt install unattended-upgrades
    27 - apt install unattended-upgrades
    28 
    28 
    29 - special user account:
    29 - special user account:
    39   $ apt install postgresql-client
    39   $ apt install postgresql-client
    40 
    40 
    41   $ sudo -u postgres psql template1
    41   $ sudo -u postgres psql template1
    42   ALTER USER postgres with encrypted password '***';
    42   ALTER USER postgres with encrypted password '***';
    43 
    43 
    44   $ edit /etc/postgresql/9.5/main/pg_hba.conf
    44   $ edit /etc/postgresql/10/main/pg_hba.conf
    45   local all postgres md5
    45   local all postgres md5
    46   local all all md5
    46   local all all md5
    47 
    47 
    48   $ systemctl restart postgresql.service
    48   $ systemctl restart postgresql.service
    49 
    49