Hi @peter4,
I see in your bnsupport bundle that your bnconfig is renamed to bnconfig.disabled
. Can you tell us what guide did you follow to rename it? Apart from that, you can rename it back using the command below
sudo mv /opt/bitnami/apps/wordpress/bnconfig.disabled /opt/bitnami/apps/wordpress/bnconfig
After that, you may be able to run it with the --disable_banner 1
argument. If for any reason you want to disable bnconfig again after that, simply rename it back to bnconfig.disabled
with
sudo mv /opt/bitnami/apps/wordpress/bnconfig /opt/bitnami/apps/wordpress/bnconfig.disabled
Hope it helps,
Gonzalo