How to use Azure Database for PostgreSQL with Veeam Backup for Microsoft 365
KB ID:
4659
Product:
Veeam Backup for Microsoft 365 | 8
Published:
2024-09-18
Last Modified:
2024-09-18
Get weekly article updates
By subscribing, you are agreeing to have your personal information managed in accordance with the terms of Veeam's Privacy Notice.
Cheers for trusting us with the spot in your mailbox!
Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Oops! Something went wrong.
Please, try again later.
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.
GRANT azure_pg_admin TO proxy_user_veeambackup365;
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.
Spelling error in text
Thank you!
Your feedback has been received and will be reviewed.