-
Notifications
You must be signed in to change notification settings - Fork 116
Improve privilege grant steps for livesync user creation section #4036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allow 10 minutes from last push for the staging site to build. If the link doesn't work, try using incognito mode instead. For internal reviewers, check web-documentation repo actions for staging build status. Link to build for this PR: http://docs-dev.timescale.com/docs-arajkumar-livesync-privs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
psql $SOURCE -c "GRANT rds_replication TO <livesync username>" | ||
``` | ||
|
||
This is required to create a replication slot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this line
psql $SOURCE -c "GRANT CREATE ON DATABASE <database name> TO <livesync username>" | ||
``` | ||
|
||
This is required to create a publication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this line
psql $SOURCE -c "ALTER ROLE <livesync username> REPLICATION" | ||
``` | ||
|
||
This is required to create a replication slot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this line
psql $SOURCE -c "GRANT CREATE ON DATABASE <database name> TO <livesync username>" | ||
``` | ||
|
||
This is required to create a publication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need this line
Oh no, the docs build failed! To see why visit the failing build (link only accessible to Timescalers). |
Signed-off-by: Arunprasad Rajkumar <[email protected]>
Signed-off-by: Arunprasad Rajkumar <[email protected]>
1cc9e7b
to
62ef82a
Compare
Description
[Short summary of why you created this PR]
Links
Fixes #[insert issue link, if any]
Writing help
For information about style and word usage, see the Contribution guide
Review checklists
Reviewers: use this section to ensure you have checked everything before approving this PR:
Subject matter expert (SME) review checklist
Documentation team review checklist
and have they been implemented?