Skip to content

use ALTER ROLE for wal_sender_timeout instead of ALTER SYSTEM#55

Open
DmitriiAn wants to merge 1 commit intomainfrom
fix/wal-sender-timeout-alter-role
Open

use ALTER ROLE for wal_sender_timeout instead of ALTER SYSTEM#55
DmitriiAn wants to merge 1 commit intomainfrom
fix/wal-sender-timeout-alter-role

Conversation

@DmitriiAn
Copy link
Copy Markdown
Contributor

Managed services usually do not allow you to run

ALTER SYSTEM SET wal_sender_timeout = 0;
SELECT pg_reload_conf();

Instead, we can run
ALTER ROLE migration_user SET wal_sender_timeout = 0;

@DmitriiAn DmitriiAn requested a review from teknogeek0 May 7, 2026 14:06
@DmitriiAn
Copy link
Copy Markdown
Contributor Author

once approved, we also need to update our docs

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.

1 participant