Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation_tmp [2020/03/10 15:08]
urbanl [TODO]
tutorial:adm:server_preparation_tmp [2020/03/10 15:08]
urbanl [TODO]
Line 76: Line 76:
  
   * create new system directory:   * create new system directory:
 +
 <code> <code>
 mkdir -p /data/pgsql/11/data/ mkdir -p /data/pgsql/11/data/
Line 81: Line 82:
 chmod 700 /data/pgsql chmod 700 /data/pgsql
 </code> </code>
 +
   * Copy of the configuration file for systemd, in which we will make change of directory for data:   * Copy of the configuration file for systemd, in which we will make change of directory for data:
 <code bash> <code bash>