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
Previous revision
Next revision Both sides next revision
tutorial:adm:server_preparation_tmp [2020/03/10 10:14]
urbanl [Database server installation - CentOS7]
tutorial:adm:server_preparation_tmp [2020/03/10 15:08]
urbanl [TODO]
Line 45: Line 45:
 </code> </code>
  
 +-!CHANGED
 When installing to centos8, check and install these packages: When installing to centos8, check and install these packages:
 <code> <code>
Line 50: Line 51:
 yum list installed  net-tools nano wget  vim-enhanced bzip2 bash-completion lsof zip unzip psmisc policycoreutils-python-utils yum list installed  net-tools nano wget  vim-enhanced bzip2 bash-completion lsof zip unzip psmisc policycoreutils-python-utils
 # other recommended packages installation # other recommended packages installation
-yum install -y mc haveged nmap screen sysstat telnet OpenSMTPD+yum install -y mc haveged nmap screen sysstat telnet
 </code> </code>
  
Line 67: Line 68:
 </code> </code>
 #TODO #TODO
-  * Software installation on CentOS7(versions can vary):+  * Software installation on CentOS8(versions can vary):
 <code bash> <code bash>
-add repository +enable module postgres 12 
-yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm +yum module enable postgresql:12 
-# disable centos8 build-in module +yum install -y postgresql-server postgresql-contrib postgresql-libs
-yum module disable postgresql +
-# install postgresql components +
-yum install -y postgresql11-server postgresql11-contrib pgstat2_11 pg_top11  postgresql11-libs+
 </code> </code>