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

spanner: allow spicedb to run with head or head-1 migration #1752

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

ecordell
Copy link
Contributor

The spanner driver has a 2 phase migration for the current change. SpiceDB should be able to run at the first change (adding the new changestream) and the latest (removing the old) without problems. Prior to this change, the DS health check returned an error if not at the latest schema change.

spanner has a 2 phase migration for the last change - spicedb should
be able to run at the first (adding the new changestream) and the latest
(removing the old) without problems. Prior to this change, the DS health
check returned an error if not at the latest schema change.
@ecordell ecordell requested a review from a team as a code owner February 21, 2024 14:00
@github-actions github-actions bot added the area/datastore Affects the storage system label Feb 21, 2024
@ecordell ecordell added this pull request to the merge queue Feb 21, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 21, 2024
@vroldanbet vroldanbet merged commit 40d6692 into authzed:main Feb 21, 2024
20 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/datastore Affects the storage system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants