Well, closer - but prtty certain my config is not 100% good...
1) unclear on the use of the db_filter and other conf to change (db name -> dealer-astuto-com)
2) especially any Apache2 confs - I basically backed out the changes from before and now everything more or less 'works'.
So - do I really need the following on the httpd-apps conf? This seems to be one of the things that broke the system to begin with ...
####
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyRequests Off
####
####
options]
addons_path = /opt/bitnami/apps/odoo/lib/odoo-14.0.post20201130-py3.7.egg/odoo/addons
admin_passwd = xxxxxxxxxxxxxx
csv_internal_sep = ,
data_dir = /opt/bitnami/apps/odoo/data
db_host = 127.0.0.1
db_maxconn = 64
db_name = False
db_password = yyyyyyyyyyyyy
db_port = 5432
db_sslmode = prefer
db_template = template0
db_user = bn_odoo
dbfilter = ^dealer.*$
demo = {}
email_from = user@example.com
geoip_database = /usr/share/GeoIP/GeoLite2-City.mmdb
http_enable = True
http_interface =
http_port = 8069
import_partial =
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
limit_time_real_cron = -1
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = /opt/bitnami/apps/odoo/log/production.log
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = False
osv_memory_count_limit = False
pg_path = /opt/bitnami/postgresql/bin
pidfile =
proxy_mode = False
reportgz = False
screencasts =
screenshots = /tmp/odoo_tests
server_wide_modules = base,web
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
#################