Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: camptocamp docker images: database does not get created fully
byGreat that you could move forward :)
|
Eric Caudal [Founder
and CEO] - Shanghai Elico Limited Skype: elico.corp - Phone: + 86 186 2136 1670 (Cell) // + 86 21 6211 8017/27/37 (Office) More information: https://www.elico-corp.com |
Odoo Gold Partner // Best Odoo Partner APAC 2014, 2016 and 2018!
Hi Eric
thanks for your answer.
As so often, asking a question is an important step to to focus one's own brain to a possible solution.
In this case, the solution iwas, that the volume-mapping of my container and the addon path did not map.
have a good time
robert
On 13.12.18 10:07, Eric Caudal wrote:
Hi,
Although Camptocamp is a value contributor of the OCA, I have the feeling that your question should be better located in the corresponding Github project.
Eric Caudal [Founder and CEO] - Shanghai Elico Limited
Skype: elico.corp - Phone: + 86 186 2136 1670 (Cell) // + 86 21 6211 8017/27/37 (Office)
More information: https://www.elico-corp.com
Odoo Gold Partner // Best Odoo Partner APAC 2014, 2016 and 2018!
On 2018-12-13 9:27 a.m., robert wrote:
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?
thanksrobert
[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-authdb_name = coobytechadmin_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 stanzacsv_internal_sep = ,data_dir = /var/lib/odoodb_host = dbdb_maxconn = 20db_password = xxxxxdb_port = Falsedb_template = template1db_user = odoodebug_mode = Falsedemo = {}email_from = Falsegeoip_database = /usr/share/GeoIP/GeoLiteCity.datlimit_memory_hard = 2684354560limit_memory_soft = 2147483648limit_request = 8192limit_time_cpu = 600limit_time_real = 1200list_db = Truelog_db = Falselog_db_level = warninglog_handler = :INFOlog_level = infologfile = /var/log/odoo/odoo_loglogrotate = Truelongpolling_port = 8072max_cron_threads = 2netrpc = Falseosv_memory_age_limit = 1.0osv_memory_count_limit = Falsepg_path = Nonepidfile = Falseproxy_mode = Truereportgz = Falseserver_wide_modules = web,web_kanbansmtp_password = Falsesmtp_port = 25smtp_server = localhostsmtp_ssl = Falsesmtp_user = Falsesyslog = Falserunning_env = devtest_commit = Falsetest_enable = Falsetest_file = Falsetest_report_directory = Falsetranslate_modules = ['all']unaccent = Falsewithout_demo = allworkers = 4xmlrpc = Truexmlrpc_port = 8069xmlrpcs = False
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
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 -
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
-