Improve privilege grant steps for livesync user creation section#4036
Merged
Improve privilege grant steps for livesync user creation section#4036
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 |
billy-the-fish
approved these changes
Apr 22, 2025
| psql $SOURCE -c "GRANT rds_replication TO <livesync username>" | ||
| ``` | ||
|
|
||
| This is required to create a replication slot. |
Contributor
There was a problem hiding this comment.
Don't need this line
| psql $SOURCE -c "GRANT CREATE ON DATABASE <database name> TO <livesync username>" | ||
| ``` | ||
|
|
||
| This is required to create a publication. |
Contributor
There was a problem hiding this comment.
Don't need this line
| psql $SOURCE -c "ALTER ROLE <livesync username> REPLICATION" | ||
| ``` | ||
|
|
||
| This is required to create a replication slot. |
Contributor
There was a problem hiding this comment.
Don't need this line
| psql $SOURCE -c "GRANT CREATE ON DATABASE <database name> TO <livesync username>" | ||
| ``` | ||
|
|
||
| This is required to create a publication. |
Contributor
There was a problem hiding this comment.
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 <ar.arunprasad@gmail.com>
Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
1cc9e7b to
62ef82a
Compare
billy-the-fish
pushed a commit
that referenced
this pull request
May 6, 2025
* Improve priviledge grant steps for livesync user creation section Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com> * Fix review comments Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com> --------- Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?