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

[Feature] Allow redeployment of grafted subgraphs even if the graft base is not found #4534

Closed
2 tasks done
tilacog opened this issue Apr 11, 2023 · 0 comments · Fixed by #4695
Closed
2 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@tilacog
Copy link
Contributor

tilacog commented Apr 11, 2023

Description

Subgraph validation fails if the graft base is not found when attempting a redeployment.

The error message currently displayed is this:

"message": "subgraph validation error: [the graft base is invalid: deployment not found: Qm....]"

It looks like Graph Node attempts to validate the subgraph manifest before it realizes it already has the deployment in place.

Ideally, it should skip the validation (or just some of its steps) if the operation concerns redeployment.

Are you aware of any blockers that must be resolved before implementing this feature? If so, which? Link to any relevant GitHub issues.

No response

Some information to help us out

  • Tick this box if you plan on implementing this feature yourself.
  • I have searched the issue tracker to make sure this issue is not a duplicate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Closed
2 participants