コンテンツへスキップ
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
このフォーラムについて
ヘルプ

Guide to Restoring a Staging Database in Odoo.sh

購読

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

この質問にフラグが付けられました
webclientsystemodooV8
4 返信
522 ビュー
アバター
unicorn

I received the following warning message:

"This database is a temporary Odoo.sh staging environment. It will be automatically deleted on 31 May 2026. Staging databases are not backed up, do not store important data here."

Since this staging database is scheduled to expire, what is the recommended way to preserve and restore it later?

I have already created a backup of the staging database and I have access to Odoo.sh, but I'm still unsure about the restoration process. Could you clarify how I can restore the backup to a new staging environment or another database once the current staging database is deleted?

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

This is unfortunately an expected Odoo.sh behavior, not a misconfiguration on your project. Staging databases on Odoo.sh are automatically deleted after one month by design. They're meant as duplicates of production for testing features against real data, not as persistent environments, so Odoo treats them as disposable and does not back them up automatically. This is a relatively recent change, the staging lifetime was previously longer (90 days), and Odoo shortened it to one month.

What you've already done, taking a manual backup, is the right move. Odoo.sh does allow manual backups of staging databases. To restore: open your Odoo.sh project, go to the staging/dev branch, open the build, go to the Backups section, and use Restore to upload your dump. That recreates the database in that environment.

The backup-rebuild-restore loop is fine for occasionally extending a test, but if you need a UAT environment that just stays up, fighting the expiry every month is the a few cleaner options would be:

  • Second Odoo.sh project with a production branch as your UAT. Production branches don't expire and are backed up. Costs another subscription, but it's fully native and no maintenance overhead.
  • Self-hosted UAT instance (your own VPS/Cloud Server or on-prem). No expiry, no extra Odoo.sh cost, full control, at the cost of you owning the infrastructure and maintenance. This is the usual route when teams want a long-lived staging/UAT clone they control. You restore your production dump into it and refresh it on whatever cadence you want.
  • Scripted rebuild + restore on Odoo.sh staging if you want to stay on-platform and don't mind the manual-ish cycle.
1
アバター
破棄
アバター
Zehntech Technologies Inc.
最善の回答

Hello, 

Yes, as long as you have created and downloaded a backup before the staging environment is deleted, you can restore it later.

A common approach is to create a new staging branch/environment in Odoo.sh and use the Restore Database option to upload the backup file. This will recreate the database with the data contained in the backup.

Before restoring, make sure the target environment is running a compatible Odoo version and that any required custom modules are available in the corresponding code branch.

Hope this works for you! If you need any help implementing this or want a more optimized approach, feel free to reach out for further discussion.

Regards,

Zehntech Technologies Inc.

santosh.sekwadia@zehntech.com

0
アバター
破棄
アバター
Cybrosys Techno Solutions Pvt.Ltd
最善の回答
Hi,

The warning indicates that the database is running in a temporary Odoo.sh staging environment, which will be automatically deleted on the specified date. Temporary staging databases are not backed up by Odoo.sh, so they should not be used to store important or long-term data.

Since you have already created a backup, your data is safe. When the staging database expires, you can restore the backup through Odoo.sh by navigating to the appropriate branch and using the database restore functionality. This will create a new environment with the same data contained in the backup.

It is not possible to prevent the automatic deletion of a temporary staging database. If you need ongoing access to the data, the recommended approach is to keep regular backups and restore them to a permanent staging or development environment when required.


Hope it helps

0
アバター
破棄
アバター
Muhammad Farooq Iqbal
最善の回答

You can reply like this:

Hello,

That warning is normal for Odoo.sh staging databases.

Staging databases are temporary, automatically deleted after some time, and are not automatically backed up. If you want to preserve the data, the correct step is to download/create a manual backup before the staging database expires.

To restore it later:

  1. Keep the backup file safely on your local system.

  2. Create/rebuild a new staging branch in Odoo.sh.

  3. Go to the new branch in Odoo.sh.

  4. Open the Backups tab.

  5. Use Import Database and upload your backup.

  6. Wait for the import to finish.

  7. Open the restored database from the branch history/connect button.

Important: do not store important production data only in staging. If the data is important, move it to production or keep regular manual backups.

So yes, once the current staging database is deleted, you can restore your saved backup into a newly created staging environment using the import database option.

Odoo’s documentation confirms that staging/development databases are not automatically backed up, staging databases are automatically deleted after a period, and Odoo.sh supports importing database backups from the branch Backups tab. (odoo.com)

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

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

登録
関連投稿 返信 ビュー 活動
¿Cómo llamar a LATAM Chile desde celular?
system odooV8
アバター
0
5月 26
5
($”$!Llama hoy y vuela mañana@!$) ¿Cómo llamar a Volaris en El Salvador?
webclient action odooV8
アバター
0
2月 26
37
Is there a way to automatically populate the delivery address on Project Tasks in the same way Odoo does for Sales Orders? If so, what configuration or customization is required?
webclient action v8 odooV8
アバター
0
2月 26
4
Odoo 8 Reporting : Get data average instead of data sum 解決済
system override odooV8 Reporting
アバター
アバター
1
12月 15
13522
Odoo 18 - Facebook Page Connected but Existing Posts Are Not Synced
system
アバター
アバター
1
6月 26
110
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • 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