PostgreSQL auto-installer in master-slave and standalone mode

Good afternoon Developed PostgreSQL auto-installer in Bash in standalone mode and master-slave cluster configuration, clustering is currently implemented in the pcs+corosync+pacemaker script.

What this app can do:

  1. automatic installation of PostgreSQL;
  2. setting up a backup with embedded backup scripts;
  3. automatic optimization of DBMS settings, information on cores and RAM is taken automatically without your participation;
  4. the ability to install both from a local repository and from the Internet;
  5. implemented help for each item and section;
  6. the script fully supports Russian and English (praise google translit);
  7. Installing Fence agent is currently only supported for VM.

You can read more details here: https://github.com/Anton-PG/pgsql-for-you/blob/master/README.md

Source: linux.org.ru

Add a comment