コンテンツへスキップ
Odoo メニュー
  • サインイン
  • 無料で15日試す
  • アプリ
    財務
    • 会計
    • 請求
    • 経費
    • スプレッドシート(BI)
    • ドキュメント管理
    • 署名
    販売
    • CRM
    • 販売
    • POSショップ
    • POSレストラン
    • サブスクリプション
    • レンタル
    ウェブサイト
    • ウェブサイトビルダー
    • eコマース
    • ブログ
    • フォーラム
    • ライブチャット
    • eラーニング
    サプライチェーン
    • 在庫
    • 製造
    • 製品ライフサイクル管理 (PLM)
    • 購買
    • 整備
    • 品質
    人事業務
    • 従業員管理
    • 採用
    • 休暇管理
    • 人事評価
    • リファラル
    • フリート
    マーケティング
    • ソーシャルマーケティング
    • メールマーケティング
    • SMSマーケティング
    • イベント
    • マーケティングオートメーション
    • アンケート調査
    サービス
    • プロジェクト管理
    • タイムシート
    • フィールドサービス
    • ヘルプデスク
    • 計画
    • アポイントメント
    生産性向上ツール
    • ディスカッション
    • 人工知能
    • IoT
    • VoIP
    • ナレッジ
    • WhatsApp
    サードパーティアプリ Odooスタジオ Odooクラウドプラットホーム
  • インダストリー(業種別ソリューション)
    小売
    • 書店
    • アパレルショップ
    • 家具店
    • 食料品店
    • 金物店
    • 玩具店
    飲食・ホスピタリティ業界
    • バー・パブ
    • レストラン
    • ファストフード
    • ゲストハウス
    • 飲料販売代理店
    • ホテル
    不動産
    • 不動産会社
    • 建築事務所
    • 建設
    • 不動産管理
    • 造園
    • 住宅所有者組合
    コンサルティング
    • 会計事務所
    • Odooパートナー
    • マーケティングエージェンシー
    • 法律事務所
    • 人材派遣
    • 監査・認証
    製造
    • テキスタイル
    • 金属
    • 家具
    • 飲食
    • ブルワリー
    • コーポレートギフト
    ヘルス & フィットネス
    • スポーツクラブ
    • 眼鏡店
    • フィットネスセンター
    • ウェルネス専門家
    • 薬局
    • ヘアサロン
    業種
    • 便利屋
    • IT ハードウェア・サポート
    • 太陽エネルギーシステム
    • 靴メーカー
    • クリーニングサービス
    • 空調設備サービス
    その他
    • 非営利団体
    • 環境機関
    • ビルボードレンタル
    • 写真
    • 自転車リース
    • ソフトウェアリセラー
    すべての業種を見る
  • コミュニティ
    学ぶ
    • チュートリアル
    • ドキュメンテーション
    • 認定
    • トレーニング
    • ブログ
    • ポッドキャスト
    教育サポート
    • 教育プログラム
    • Scale Up! ビジネスゲーム
    • Odooオフィス訪問
    ソフトを入手
    • ダウンロード
    • エディションを比較
    • リリース
    コラボレーション
    • Github
    • フォーラム
    • イベント
    • 翻訳
    • パートナーになる
    • パートナー様向けサービス
    • 会計事務所を登録
    サービス利用
    • パートナー一覧
    • 会計事務所一覧
    • 今すぐ相談する
    • 導入支援サービス
    • お客様一覧
    • サポート
    • アップグレード
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    製品デモを利用する
  • 料金
  • ヘルプ
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
ヘルプ

Using a managed PostgreSQL instance with Odoo

購読

この投稿に活動があった際に通知を受け取ります

この質問にフラグが付けられました
configuration
2 返信
3845 ビュー
アバター
Horacio Gonzalez

Hello,

I am trying to deploy Odoo in Clever Cloud, an European cloud provider.
Clever Cloud has a managed PostgreSQL service, where you get a PG instance. In order to connect to it, they give you the host, port, user password and database name. I have owner right on that database, but no right to create or connect any other database on the host. And that's the part is blocking me to deploy Odoo on it, it seems that Odoo needs to have connect access to a database named 'postgres' in the database host.

That's my config file:

[options]

db_host = bixdjXXXXXXXXXXX-postgresql.services.clever-cloud.com

db_port = 50013

db_user = u7mtpoXXXXXXXXXX

db_password = ******************

db_name = bixdjXXXXXXXXXXX

dbfilter = bixdjXXXXXXXXXXX

database = bixdjXXXXXXXXXXX

addons-path=addons


I have tried with db_name only, database only and both, same result.

I have tried also passing the --database option to the command line, but I always find the same error :


2025-08-27T11:28:05.202Z: psycopg2.OperationalError: connection to server at "bixdjXXXXXXXXXXX-postgresql.services.clever-cloud.com" (xx.xx.xx.xx), port 50013 failed: FATAL:  permission denied for database "postgres"
2025-08-27T11:28:05.202Z: DETAIL:  User does not have CONNECT privilege



What am I doing wrong?

0
アバター
破棄
Dawid Gacek

Hmm, configuration seems valid for me.
Could you try passing the `--no-database-list` parameter when starting Odoo?

Horacio Gonzalez
著作者

That's my current command line `python3 odoo-bin -c ./clevercloud/odoo.conf --no-database-list --database=bixdjXXXXXXXXXXX`

Horacio Gonzalez
著作者

Tried also @Dawid Gacek solution, didn't work:

2025-08-27T14:01:40.764Z: Running `python3 odoo-bin -c ./clevercloud/odoo.conf --no-database-list -i base --db-filter=bixdj7mlnllvfru6thv0 --database=bixdj7mlnllvfru6thv0` instead of WSGI
2025-08-27T14:01:42.674Z: 2025-08-27 14:01:42,674 2790 INFO ? odoo: Odoo version 18.0
2025-08-27T14:01:42.675Z: 2025-08-27 14:01:42,675 2790 INFO ? odoo: Using configuration file at /home/bas/app_b51005d8-da63-40b8-992a-a38672136334/clevercloud/odoo.conf
2025-08-27T14:01:42.675Z: 2025-08-27 14:01:42,675 2790 INFO ? odoo: addons paths: ['/home/bas/app_b51005d8-da63-40b8-992a-a38672136334/odoo/addons', '/home/bas/.local/share/Odoo/addons/18.0', '/home/bas/app_b51005d8-da63-40b8-992a-a38672136334/addons']
2025-08-27T14:01:42.675Z: 2025-08-27 14:01:42,675 2790 INFO ? odoo: database: u7mtpoena6btco6u92hw@bixdj7mlnllvfru6thv0-postgresql.services.clever-cloud.com:50013
2025-08-27T14:01:42.713Z: 2025-08-27 14:01:42,712 2790 INFO ? odoo.sql_db: Connection to the database failed

Horacio Gonzalez
著作者

But I already have the name in db_name, as shown in my config file.
I have looked ad your config file example, and I don't see any differences with mine. And it still insists to connect to 'postgres'.

Same thing if I try to force the database name in the commande line with -d or --database.

And in the code, I see lots of references to db_connect('postgres') that seems to indicate that it connects to the db called 'postgres'. 


Dawid Gacek

No idea what happen, but I am pretty sure your comment "But I already have the name in db_name, as [...]" was to previous answer, and now I see it below my comment.

Let me know, if dbfilter​ -> db-filter in your config help.


Best Regards,

Dawid Gacek

Horacio Gonzalez
著作者

Yes, I have tried both --db-filter in command line and in config file, and db_filter too in config file :(

Dawid Gacek

Here was the comment about db-filter​. The name of parameter is good, my bad.

Dawid Gacek

Well, then I don't know, probably during testing locally I made some stupid mistake with reproduction. Could be that it is intended, Odoo always connects to `postgres` here:
https://github.com/odoo/odoo/blob/18.0/odoo/service/db.py#L132

Best Regards,
Dawid

Horacio Gonzalez
著作者

Yersterday's evening I spent some time looking at the code and I tend to agree, it seems Odoo connects specifically to 'postgres' database regardless of configuration :(

アバター
Rani Tathod
最善の回答

It seems you're encountering a common issue with Odoo's database connection requirements.



  Ensure that the user has the necessary privileges to connect to the 'postgres' database, as Odoo typically checks this during startup.

  If modifying privileges is not possible, consider setting up a local PostgreSQL instance where you have full control, and then migrate your data to Clever Cloud once configured.

  Alternatively, consult Clever Cloud's support for a workaround or additional permissions needed for Odoo's requirements.


If you’d like to explore this further for your use case, you’re welcome to connect with us at Pragmatic Techsoft.

0
アバター
破棄
アバター
Transition Technologies
最善の回答

This error is coming directly from PostgreSQL permissions.

FATAL:  permission denied for database "postgres"

DETAIL:  User does not have CONNECT privilege


Why it happens:

On most managed providers (like Clever Cloud, Heroku, etc.), the default postgres database is reserved for internal use.


Your database user has no CONNECT privilege to it, so if your app tries to connect to postgres, PostgreSQL will block it.


Fix

You need to make sure your application connects to the right database name, not the system one.


Check the credentials provided by Clever Cloud:

Host (server address)

Port (like 50013)

Database name (often a random string, not postgres)

Username

Password


Update your connection string / DATABASE_URL in your app to use that actual database name. For example: postgresql://USERNAME:PASSWORD@HOST:PORT/DATABASENAME


Replace DATABASENAME with the one given in your Clever Cloud dashboard (not postgres).


If you really need to use another database, you’d have to grant CONNECT manually:

GRANT CONNECT ON DATABASE mydb TO myuser;

…but on hosted services, you usually can’t grant privileges on postgres. That’s why you must connect to your assigned database instead.


If your correct database name is bixdjXXXXXXXXXXX

But from the error message, your Odoo is trying to connect to the postgres database, which your user doesn’t have rights for.


>>Correct Odoo configuration

Update your odoo.conf so it uses the right database name:


[options]

db_host = bixdjXXXXXXXXXXX-postgresql.services.clever-cloud.com

db_port = 50013

db_user = u7mtpoXXXXXXXXXX

db_password = ******************

db_name = bixdjXXXXXXXXXXX

dbfilter = bixdjXXXXXXXXXXX

addons-path = addons


>>Important Notes for Odoo


db_name must be your actual Clever Cloud DB name (bixdjXXXXXXXXXXX), not postgres.


dbfilter = bixdjXXXXXXXXXXX is fine if you want Odoo to only work with this single DB.


If db_name is missing or wrong, Odoo will try to connect to postgres by default → causing the permission denied error you saw.


After fixing, restart your Odoo service. It should now connect to your Clever Cloud PostgreSQL database without hitting the postgres DB.



0
アバター
破棄
ディスカッションを楽しんでいますか?読むだけでなく、参加しましょう!

今すぐアカウントを作成して、限定機能を利用したり、素晴らしいコミュニティと交流しましょう!

登録
関連投稿 返信 ビュー 活動
zxdvdv
configuration
アバター
0
5月 26
8
xvsfv
configuration
アバター
0
5月 26
17
¿Cómo llamar a Avianca desde Costa Rica? [[Ayuda>>Llamar~Avianca!!Guia]]
configuration
アバター
0
5月 26
1733
{!modificar-Hyatt!^^} ¿Cómo puedo modificar mi reserva en Hyatt? 
configuration
アバター
0
5月 26
20
zvsdv
configuration
アバター
0
5月 26
5
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • Github
  • Runbot
  • 翻訳
サービス
  • Odoo.shホスティング
  • サポート
  • アップグレード
  • カスタム開発
  • 教育
  • 会計事務所一覧
  • パートナー一覧
  • パートナーになる
企業情報
  • 会社概要
  • ブランドアセット
  • お問い合わせ
  • 採用情報
  • イベント
  • ポッドキャスト
  • ブログ
  • お客様一覧
  • リーガル情報 • プライバシーポリシー
  • セキュリティ
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk Slovenščina Español (América Latina) Español Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo(オドゥー)は、CRM、eコマース、会計、在庫管理、POS、プロジェクト管理など、企業のさまざまな業務を一つのシステムで管理できる、ベルギー発のオープンソースのERPソフトウェアです。

高機能で使いやすく、完全に統合されたERPとして、ユニークな価値を提供しています。

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now