bug: pindexer db init fails #4759
Labels
A-indexing
Area: Relates to event indexing.
A-tooling
Area: developer tooling for building Penumbra itself
C-bug
Category: a bug
needs-refinement
unclear, incomplete, or stub issue that needs work
Describe the bug
I'm unable to get
pindexer
running locally in the dev env.To Reproduce
Steps to reproduce the behavior:
cargo run --release --bin pd -- network unsafe-reset-all
just dev
pindexer
startupExpected behavior
I expect that
pindexer
will start fine in the default dev env. Instead, it fails on startup, with error screenshotted below.Screenshots
Additional context
It's possible that the ad-hoc postgres grants in the
deployments/compose/process-compose-postgres.yml
are no longer correct, or the problem could be in the sql logic withinpindexer
. Whatever it is, I could use a hand sorting out the correct settings, so I can continue setting up pindexer in other contexts.The text was updated successfully, but these errors were encountered: