Hello! I have developed an auto-installer for PostgreSQL in standalone mode and master-slave cluster configuration. Currently, clustering is implemented in the script using pcs+corosync+pacemaker.
What this application can do:
- automatic installation of PostgreSQL;
- setting up backups with built-in backup scripts;
- automatic optimization of database settings, with information on cores and RAM collected automatically without your involvement;
- installation options from both local repositories and the internet;
- help implemented for each point and section;
- the script fully supports both Russian and English (thanks to Google transliteration);
- installation of the Fence agent, currently supported only for VMs.
You can read more in detail here: https://github.com/Anton-PG/pgsql-for-you/blob/master/README.md
Source: linux.org.ru
