> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitors/encryption-and-backup-monitoring/how-to-resolve-sprinto-check-to-enable-infrastructure-double-encryption-on-postgresql-database-serve.md).

# How to resolve Sprinto check to enable "Infrastructure double encryption" on PostgreSQL Database server

### About:

Sprinto check: Ensure 'Infrastructure double encryption' for PostgreSQL Database Server is 'Enabled'

The above-mentioned Sprinto check verifies that the infrastructure double encryption setting is enabled for your Azure Database for PostgreSQL servers. Infrastructure double encryption provides an additional layer of encryption for your data at rest, using two different encryption algorithms and two different keys.

### Purpose:

The purpose of this check is to enforce enhanced data protection for your Azure Database for PostgreSQL servers. By enabling infrastructure double encryption, you can ensure that your data is encrypted twice, using two different encryption algorithms and two different keys. This additional layer of encryption helps mitigate the risk of data breaches and unauthorized access, even if one of the encryption keys is compromised.

### How to fix this check:

Follow the below steps to resolve this check:

#### Before you begin

* Ensure you have the administrator privilege to manage Azure Database for PostgreSQL server configuration.

#### Enabling Infrastructure Double Encryption

1. Log in to the [Azure Portal](https://azure.microsoft.com/en-in/get-started/azure-portal) using your credentials.
2. Navigate to the Azure Database for PostgreSQL servers service.
3. Select the database server from the list to configure.
4. Click the **Additional Settings** option from the left-side navigation pane.
5. Check the box next to 'Infrastructure double encryption enabled.'
6. Click "Save" to apply the changes.

Sprinto will detect the configuration change and set the check status to "Passing."

Contact [Sprinto support](mailto:www.support@sprinto.com) if you have any queries related to the check or need assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinto.com/monitors/encryption-and-backup-monitoring/how-to-resolve-sprinto-check-to-enable-infrastructure-double-encryption-on-postgresql-database-serve.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
