fix(seed-dev): remove invalid --env flag from cypher-shell invocation#72
Open
pgrisales wants to merge 1 commit intoWorld-Open-Graph:mainfrom
Open
fix(seed-dev): remove invalid --env flag from cypher-shell invocation#72pgrisales wants to merge 1 commit intoWorld-Open-Graph:mainfrom
pgrisales wants to merge 1 commit intoWorld-Open-Graph:mainfrom
Conversation
10f86ad to
cb3c9b8
Compare
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.
Summary
Removed invalid
--envflag from the directcypher-shellinvocation ininfra/scripts/seed-dev.sh. The flag is not recognized by cypher-shell andcaused the seed script to fail. The password is already exported to the
environment via
export NEO4J_PASSWORDbefore the call, so cypher-shellpicks it up automatically from the environment — no flag needed.
Release metadata
Release note (PT-BR): Corrigido erro no script de seed do Neo4j causado por flag inválida
--envno cypher-shell.Release note (EN): Fixed Neo4j seed script failure caused by invalid
--envflag in cypher-shell invocation.Release highlights (PT-BR, bullets with
|): | Correção do scriptseed-dev.shpara ambiente de desenvolvimentoRelease highlights (EN, bullets with
|): | Fixseed-dev.shscript for development environmentIncluded pattern IDs (comma-separated, or
none): noneTechnical changes (PT-BR, bullets with
|): | Removida flag--env NEO4J_PASSWORDinválida da chamada direta aocypher-shellTechnical changes (EN, bullets with
|): | Removed invalid--env NEO4J_PASSWORDflag from directcypher-shellcallChange type (choose one release label from taxonomy):
Change type (choose one release label from taxonomy):
release:majorrelease:featurerelease:patternsrelease:apirelease:datarelease:privacyrelease:fixrelease:docsrelease:infrarelease:securityBreaking change?
Validation
Public safety and compliance checklist
PUBLIC_MODEbehavior was reviewed (if relevant)docs/release/public_boundary_matrix.csvRisk and rollback
Risk: Minimal — single line removed from a dev-only seed script. No
production code or data is affected.
Describe key risks and how to roll back if needed.
Rollback: Revert this commit. The script will fail again with
unrecognized arguments: '--env'but no data or services are impacted.