BaoForPostgreSQL
BaoForPostgreSQL copied to clipboard
launch a container with problem "Bao extension has not been installed"
I used docker to install the pg and bao extensions according to section 2.1, but it shows that the bao extension is not installed.
@Iris6190808 I found a fix for that. In run_queries.py specify PostgreSQL config variables with a pg_bao. prefix like they are written in documentation. For example, instead of SET enable_bao TO {bao_select or bao_reward} put SET pg_bao.enable_bao TO {bao_select or bao_reward}.