How to use Azure Database for PostgreSQL with Veeam Backup for Microsoft 365
Purpose
This article documents how to utilize Azure Database for PostgreSQL to host the Veeam Backup for Microsoft 365 v8 or higher configuration database.
Solution
After deploying Azure Database for PostgreSQL, additional steps must be performed to ensure it can be utilized by Veeam Backup for Microsoft 365.
- Manually enable the feature PG_TRGM under azure.extensions.
The trigram indexes extension is required for Veeam Backup for Microsoft 365 to work with the DB server.
- Install Veeam Backup for Microsoft 365 using the PostgresSQL instance.
The installer will generate the 'postgres' database and create the proxy user, to which you will grant the necessary permissions in the next step. - Connect to the PostgreSQL server and run the following query against the 'postgres' database to assign the necessary permissions to the account that will be used by the Veeam Backup for Microsoft 365 Proxy Service.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.