Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Postgresql installation and setup

1. Install Postgresql (to for example, on CentOS 7 for example) with command

Code Block
languagebash
themeRDark
yum install postgresql-server

...