graphprotocol/example-subgraph

thread 'tokio-runtime-worker' panicked at 'Database does not use C locale.

Closed this issue · 1 comments

hello,

when i try to Run example-subgraph with docker compose i have exited container error for "example-subgraph_graph-node_1" with this messages:

Jun 01 13:52:01.513 INFO Migrations finished, pool: main, shard: primary, component: ConnectionPool
thread 'tokio-runtime-worker' panicked at 'Database does not use C locale. Please check the graph-node documentation for how to set up the database locale: database collation is en_US.utf8 but must be C', store/postgres/src/connection_pool.rs:976:13
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Jun 01 13:52:01.525 CRIT Database does not use C locale. Please check the graph-node documentation for how to set up the database locale, error: database collation is en_US.utf8 but must be C, pool: main, shard: primary, component: ConnectionPool
thread 'main' panicked at 'called Result::unwrap() on an Err value: JoinError::Panic(...)', /graph-node/store/postgres/src/connection_pool.rs:484:10

any idea please? i need help

regards.

azf20 commented

thanks - fixed in 55f6b96