Skip to content
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

[docdb] PITR: Handle restoration of global pg_catalog tables #9912

Closed
sanketkedia opened this issue Sep 2, 2021 · 0 comments
Closed

[docdb] PITR: Handle restoration of global pg_catalog tables #9912

sanketkedia opened this issue Sep 2, 2021 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@sanketkedia
Copy link
Contributor

sanketkedia commented Sep 2, 2021

Jira Link: DB-1644
There are at least two issues that we need to take care of now that the initial support for YSQL DDLs has landed [#8452]

  1. Add guards to prevent restoring to a time involving changes to global objects like tablespaces, roles, and permissions. Tracked by [docdb] Add rail guards to prevent restore if shared relations are modified #9503
  2. Restore the relevant portion of the global table pg_shdepend that keeps track of dependencies between database objects and shared objects like roles. Tracked by this issue. cc @spolitov @bmatican
@sanketkedia sanketkedia added the area/docdb YugabyteDB core features label Sep 2, 2021
@sanketkedia sanketkedia self-assigned this Sep 2, 2021
@sanketkedia sanketkedia changed the title [docdb] PITR: Handle global pg_catalog tables [docdb] PITR: Handle restoration of global pg_catalog tables Sep 2, 2021
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 8, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Jul 30, 2022
@yugabyte-ci yugabyte-ci closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

2 participants