Skip to content

Conversation

dragarcia
Copy link
Contributor

@dragarcia dragarcia commented Nov 6, 2024

Standardize with:

-- #incident-2024-09-12-project-upgrades-are-temporarily-disabled
do $$
begin
if exists (select from pg_authid where rolname = 'pg_read_all_data') then
execute('grant pg_read_all_data to postgres');
end if;
end
$$;
grant pg_signal_backend to postgres;

@dragarcia dragarcia requested a review from a team as a code owner November 6, 2024 07:19
@soedirgo
Copy link
Member

soedirgo commented Nov 6, 2024

@darora darora merged commit 4b0e661 into release/15.6 Nov 11, 2024
6 of 8 checks passed
@darora darora deleted the drag/pgbouncer_get_auth_cleanup branch November 11, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants