Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

additional actions on the DB init for PostgreSQL 15 #45

Description

@cheshi-mantu

For postgres 15 there is a change that requires one more step on external DB setup as per below:

GRANT ALL ON SCHEMA public TO report;
GRANT ALL ON SCHEMA public TO uaa;

The default public schema permission has been revoke from version 15 so need to explicitly grant to report and uaa user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions