File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ nix-build -A scripts.testnet.node -o testnet-node-remote && ./testnet-node-remot
108
108
and then the two ` db-sync ` process run as:
109
109
```
110
110
PGPASSFILE=config/pgpass-mainnet scripts/postgresql-setup.sh --createdb
111
- PGPASSFILE=config/pgpass-mainnet ./ cardano-db-sync-exe \
111
+ PGPASSFILE=config/pgpass-mainnet db-sync-node/bin/ cardano-db-sync \
112
112
--config config/mainnet-config.yaml \
113
113
--socket-path ../cardano-node/state-node-mainnet/node.socket \
114
114
--state-dir ledger-state/mainnet \
@@ -117,7 +117,7 @@ PGPASSFILE=config/pgpass-mainnet ./cardano-db-sync-exe \
117
117
and
118
118
```
119
119
PGPASSFILE=config/pgpass-testnet scripts/postgresql-setup.sh --createdb
120
- PGPASSFILE=config/pgpass-testnet ./ cardano-db-sync-exe \
120
+ PGPASSFILE=config/pgpass-testnet db-sync-node/bin/ cardano-db-sync \
121
121
--config config/testnet-config.yaml \
122
122
--socket-path ../cardano-node/state-node-testnet/node.socket \
123
123
--state-dir ledger-state/testnet \
You can’t perform that action at this time.
0 commit comments