eos icon indicating copy to clipboard operation
eos copied to clipboard

unknown block-vault-backend option, skipping it on launching nodeos v2.2.0-rc1.

Open zhopen opened this issue 3 years ago • 1 comments

Launch nodeos v2.2.0-rc1 with options in coinfig.ini

  plugin = eosio::blockvault_client_plugin 
  block-vault-backend = "vault:[email protected]" 

and error is below:

APPBASE: Warning: The following configuration items in the config.ini file are redundantly set to
         their default value:
             backing-store
         Explicit values will override future changes to application defaults. Consider commenting out or
         removing these items.
error 2021-08-20T03:51:57.842 nodeos    blockvault_client_plug:43     plugin_initialize    ] unknown block-vault-backend option, skipping it

zhopen avatar Aug 20 '21 04:08 zhopen

Can you try

block-vault-backend = "postgresql://vault:[email protected]"

praphael avatar Aug 20 '21 14:08 praphael