Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.08 KB

PostgreSQL Ubuntu Installation Script

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.

📗 Documentation

To use the script, run the following commands on the Ubuntu server that will host PostgreSQL:

  1. git clone https://github.com/VeeamCommunity/ubuntu-postgresql-install
  2. cd ./ubuntu-postgresql-install/
  3. chmod +x install-psql.sh
  4. sudo ./install-psql.sh

✍ Contributions

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.

🤝🏾 License

🤔 Questions

If you have any questions or something is unclear, please don't hesitate to create an issue and let us know!