Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Proposing Italian PSC member
OCA - Vacant Financial Auditor Positions - applications close Tuesday 11th December
camptocamp docker images: database does not get created fully
by
redCOR AG, Robert Rottermann
Hi there
I created a docker image bases on the camptocamp/odoo-project:11.0-latest image
When I start the container, the database is created but has only two tables.
postgres=# \c
coobytech
You are now connected to database "coobytech" as user
"postgres".
coobytech=# \d
List of relations
Schema | Name | Type | Owner
--------+-------------------------+----------+-------
public | base_cache_signaling | sequence | odoo
public | base_registry_signaling | sequence | odoo
below is the config file used.
What could be the reason for this?
thanks
robert
[options]
addons_path = /opt/odoo/local-src,/opt/odoo/src/addons,/mnt/extra-addons,/mnt/extra-addons/agent_portal,/mnt/extra-addons/oca_commission,/mnt/extra-addons/l10n-switzerland,/mnt/extra-addons/SerpentCS_Contributions,/mnt/extra-addons/server-backend,/mnt/extra-addons/partner-contact,/mnt/extra-addons/oca_website_support,/mnt/extra-addons/website-cms,/mnt/extra-addons/server-auth
db_name = coobytech
admin_passwd =
dbfilter = ^coobytech$
# all other config values are set here from values
# either from the templates/openerp.cfg.defaults.py
# or the site descritions site_settings.server_config stanza
csv_internal_sep = ,
data_dir = /var/lib/odoo
db_host = db
db_maxconn = 20
db_password = xxxxx
db_port = False
db_template = template1
db_user = odoo
debug_mode = False
demo = {}
email_from = False
geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logfile = /var/log/odoo/odoo_log
logrotate = True
longpolling_port = 8072
max_cron_threads = 2
netrpc = False
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = False
proxy_mode = True
reportgz = False
server_wide_modules = web,web_kanban
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
running_env = dev
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
translate_modules = ['all']
unaccent = False
without_demo = all
workers = 4
xmlrpc = True
xmlrpc_port = 8069
xmlrpcs = False
Follow-Ups
-
Re: camptocamp docker images: database does not get created fully
byElico Corp, Eric Caudal -
Re: camptocamp docker images: database does not get created fully
byredCOR AG, Robert Rottermann -
Re: camptocamp docker images: database does not get created fully
byElico Corp, Eric Caudal