# May 9, 2025 - v1.91.1

## Bug Fixes

This patch release resolves a regression where Bindplane fails to startup if the Postgres database\
was setup without `GRANT CREATE ON DATABASE` permissions. This permission is not required if Bindplane is configured to use the `public` schema.

If you are upgrading from Bindplane v1.89.5 or older, it is recommended that you skip v1.90.1 in favor\
of v1.90.2. If you upgraded to v1.90.1 and encountered startup errors, upgrade to v1.90.2.

It is recommended that users review the [Postgres Configuration](https://github.com/observIQ/bindplane-docs/blob/main/deployment/virtual-machine/postgresql/postgres-configuration.md) for the latest Postgres setup requirements.


---

# Agent Instructions: 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.bindplane.com/changelog/may-2025/2025-05-09-release-v2.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.
