This script was designed to install and configure PostgreSQL on Ubuntu for Veeam Backup for Salesforce with minimal user interaction.
Note: This has only been tested on Ubuntu 22.04 with PostgreSQL 14.
To use the script, run the following commands on the Ubuntu server that will host PostgreSQL:
git clone https://github.com/VeeamCommunity/ubuntu-postgresql-install
cd ./ubuntu-postgresql-install/
chmod +x install-psql.sh
sudo ./install-psql.sh
We welcome contributions from the community! We encourage you to create issues for Bugs & Feature Requests and submit Pull Requests. For more detailed information, refer to our Contributing Guide.
If you have any questions or something is unclear, please don't hesitate to create an issue and let us know!