跳至內容
選單
此問題已被標幟
3 回覆
1527 瀏覽次數

Hi,


my company is currently relying on an odoo.sh dedicated server for hosting, mostly for the convenient deployment administration.

However, the amount of data that we store is getting out of hand. Especially the multiplication from the number of mandatory backups and staging builds makes growth 6x faster compared to production DB growth.

What are your experiences or recommendations regarding using a 3-party cloud integration?`

Is there a winner between Google and Microsoft within the Odoo-space? I would like to find an app that integrates directly within odoo-"documents" app.


Thanks!



頭像
捨棄
作者

Btw - I think reducing and managing backups more freely should be added to odoo.sh, especially in a dedicated server - situation.

最佳答案

Hi,


When running Odoo.sh, storage often grows much faster than the production database because every staging branch and backup multiplies the data footprint. The main driver of this growth is the way Odoo stores attachments (ir.attachment) directly inside the PostgreSQL database. To control this, many companies keep Odoo.sh for its convenient deployment and staging management but offload heavy file storage to external cloud services.


Within the Odoo ecosystem, both Google and Microsoft are well-supported. Odoo Enterprise’s Documents app integrates natively with Google Drive and OneDrive, so users can work with files directly from their cloud. For offloading binary data to reduce DB bloat, there are OCA/community modules that connect Odoo to Google Cloud Storage, Azure Blob Storage, or Amazon S3. In practice, Google integrations tend to be more commonly deployed and smoother to set up, while Microsoft is often preferred if a company is already invested in the O365/Azure stack.


In short, the best strategy is to continue using Odoo.sh for deployment but move attachments and documents to external storage. This reduces database growth significantly while letting you choose between Google or Microsoft depending on your existing IT environment.



Hope it helps

頭像
捨棄
作者

Hi,
since our company is already running on MS, the Azure Integration looks like the better fit for us.

I’m aware that I can start offloading new attachments from tomorrow onward, but what I’m really looking for is a module or approach that will also migrate all the historical files we’ve accumulated in Odoo over the past years into Azure. That way we can both stop future growth and clean up the existing database footprint.

Do you know if such a migration/offloading module exists, or if it has to be done as a one-time script/job?

Thanks
Friedrich

最佳答案

Hi Carlos,


When deleting the attachment record, are you automatically deleting the actual files?

頭像
捨棄
最佳答案

Hey Friendrich! 👋

I noticed your staging environment is using a surprisingly high amount of GB. A colleague solved a similar issue by:

  1. Temporarily moving media files to their local hard drive
  2. Reuploading them to de data base only when pushing to production

Also, you might delete some files:

🔹 Enable developer mode
🔹 On the main dashboard, use the spacebar to open the search bar
🔹 Type "attachments" and select the first option
🔹 Sort files by size and remove unnecessary ones

Hope this helps! 



頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
1月 24
3369
1
5月 22
5658
2
7月 24
1768
1
6月 24
3801
1
10月 23
4966