Odoo 中文社区

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Odoo中文社区可以通过以下两个域名访问:shine-it.net , odoo.net.cn

    由于系统升迁的原因,本论坛部分较早期的内容存在格式和链接损坏失效的问题,并非本论坛系统本身的缺陷,望谅解

    本社区没有维护任何QQ群讨论组,任何与本社区同名的QQ群讨论组的言论与本社区无关!

    开发人员可以登录gitter讨论组: http://gitter.im/odoo-china/Talk, 需要github账号

    如果您登录系统碰到问题,请在微信公众号留言:

    新手菜鸡请假各位大神一个表白问题

    Odoo 安装指南
    3
    6
    3350
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      chen.li last edited by

      我已经在一台linux上安装好了odoo,但是我如何把数据库指向另一个地址,不指向本地的postgresql,比如我的数据库放在里另一台服务器上,这台服务器在公网上,我该如何将odoo的服务器的数据库指向这台公网的数据库服务器。

      1 Reply Last reply Reply Quote 0
      • S
        Siyuan last edited by

        odoo config 文件修改:

        db_host

        😑

        1 Reply Last reply Reply Quote 0
        • C
          chen.li last edited by

          谢谢,这个我改过了,现在是下面的东西:
          [options]
          ;This is the password that allows database operations:
          ;admin_passwd = xxxxx
          db_host = xxxxxxx
          db_port = 5432
          db_user = odoo
          db_password = pwd
          addons_path = /usr/lib/python2.7/dist-packages/odoo/addons
          但是我发现没有什么反应啊,是要重启一下odoo服务么?

          S digitalsatori 2 Replies Last reply Reply Quote 0
          • S
            Siyuan @chen.li last edited by

            @chen.li

            要 😑

            1 Reply Last reply Reply Quote 0
            • digitalsatori
              digitalsatori 管理员 @chen.li last edited by

              @chen.li 在 新手菜鸡请假各位大神一个表白问题 中说:

              谢谢,这个我改过了,现在是下面的东西:
              [options]
              ;This is the password that allows database operations:
              ;admin_passwd = xxxxx
              db_host = xxxxxxx
              db_port = 5432
              db_user = odoo
              db_password = pwd
              addons_path = /usr/lib/python2.7/dist-packages/odoo/addons
              但是我发现没有什么反应啊,是要重启一下odoo服务么?

              另外你还要注意postgresql数据库的客户端认证方式的设置,看一下pg_hba.conf的设置内容。是不是设置了md5, 加密密码访问的认证方式。

              【上海先安科技】(tony AT openerp.cn)

              C 1 Reply Last reply Reply Quote 0
              • C
                chen.li @digitalsatori last edited by

                @digitalsatori 好的,谢谢啦

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post