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

Fix neo4j-admin server validate-config example #1243

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

mikeblum
Copy link
Contributor

@mikeblum mikeblum commented Dec 7, 2023

As written the example throws the following error with 5.14 @ Validate Config:

./bin/neo4j-admin validate-config
Unmatched argument at index 0: 'validate-config'
Did you mean: neo4j-admin server validate-config or neo4j-admin server migrate-configuration or neo4j-admin database migrate?

As written the example throws the following error with 5.14:

```
./bin/neo4j-admin validate-config
Unmatched argument at index 0: 'validate-config'
Did you mean: neo4j-admin server validate-config or neo4j-admin server migrate-configuration or neo4j-admin database migrate?
```
@neo-technology-commit-status-publisher
Copy link
Collaborator

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@renetapopova renetapopova self-requested a review December 20, 2023 12:52
@renetapopova renetapopova merged commit c278add into neo4j:5.x Dec 20, 2023
2 checks passed
renetapopova pushed a commit to renetapopova/docs-operations that referenced this pull request Dec 20, 2023
As written the example throws the following error with 5.14 @ [Validate
Config](https://neo4j.com/docs/operations-manual/5/tools/neo4j-admin/validate-config/):

```
./bin/neo4j-admin validate-config
Unmatched argument at index 0: 'validate-config'
Did you mean: neo4j-admin server validate-config or neo4j-admin server migrate-configuration or neo4j-admin database migrate?
```
Copy link
Contributor

@renetapopova renetapopova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it!

renetapopova added a commit that referenced this pull request Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants