graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Bug] Can't cargo run with --postgres-url. Found argument ' --postgres-url' which wasn't expected, or isn't valid in this context

Open ghost opened this issue 1 year ago • 1 comments

Bug report

cargo run -p graph-node --release -- \ --postgres-url postgresql://postgres:123123123@localhost:5432/graph-node \ --ethereum-rpc ethereum:https://eth.llamarpc.com \ --ipfs 127.0.0.1:5001

This is the command I used to run graph-node. But I got this error error: Found argument ' --postgres-url' which wasn't expected, or isn't valid in this context

Relevant log output

No response

IPFS hash

No response

Subgraph name or link to explorer

No response

Some information to help us out

  • [X] Tick this box if this bug is caused by a regression found in the latest release.
  • [X] Tick this box if this bug is specific to the hosted service.
  • [X] I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

Linux

ghost avatar Feb 24 '24 19:02 ghost