Privilege problem with hivemind_app_blocks_view
2023-12-29T13:35:38.479014 livesync_data_dumper.cpp:231 run ] Write-ahead log processor detected SQL error: ERROR: must be owner of view hivemind_app_blocks_view
CONTEXT: SQL statement "CREATE OR REPLACE VIEW hive.hivemind_app_blocks_view
AS
SELECT hb.num,
hb.hash,
hb.prev,
hb.created_at,
hb.producer_account_id,
hb.transaction_merkle_root,
hb.extensions,
hb.witness_signature,
hb.signing_key
FROM hive.blocks hb
;"
PL/pgSQL function hive.create_all_irreversible_blocks_view(text) line 3 at EXECUTE
SQL statement "SELECT
hive.context_detach( context.* )
, hive.create_all_irreversible_blocks_view( context.* )
, hive.create_all_irreversible_transactions_view( context.* )
, hive.create_all_irreversible_operations_view( context.* )
, hive.create_all_irreversible_signatures_view( context.* )
, hive.create_all_irreversible_accounts_view( context.* )
, hive.create_all_irreversible_account_operations_view( context.* )
, hive.create_all_irreversible_applied_hardforks_view( context.* )
FROM unnest( _contexts ) as context"
PL/pgSQL function hive.app_context_detach(hive.contexts_group) line 5 at PERFORM
SQL statement "SELECT hive.app_context_detach(__contexts)"
PL/pgSQL function hive.proc_perform_dead_app_contexts_auto_detach(interval) line 12 at PERFORM