ドキュメント

​
​

Development

User Acquisition

Monetization

産業

Self-Hosted Deployment

Amazon Web Services

Microsoft Azure

On premises

vpctl

Self-Hosted Deployment

このページは選択した言語では使用できません。
​
​
Self-Hosted Deployment
  • Overview
  • Amazon Web Services
    • Release notes
    • Installation
    • Maintenance
      • Autoscaling of pods
      • Backup and recovery
      • Test and troubleshoot your solution
      • Health checks
      • Rotate secrets
      • Upgrade
      • Migrate Mini-USF to v2
      • Move Unity Licensing Server storage to EBS
      • Migrate Elasticsearch to the ECK operato
      • Service limits
  • Microsoft Azure
  • On premises
  • Administration
  • Security
  • vpctl
  1. Self-Hosted Deployment (previously called Unity Virtual Private Cloud)
  2. Self-Hosted Deployment in Amazon Web Services
  3. Maintenance

Backup and recovery

In the case of an emergency, restore your databases
読み終わるまでの所要時間 1 分
最終更新 1ヶ月前

These best practices are critical for any system:
  • Store backups
  • Set up a recovery plan
The solution backs up several components that you can restore in the case of an emergency.

Restore the Keycloak database

Keycloak persists the following data in Amazon Relational Database Service (RDS) Postgres:
  • Users
  • Roles
  • Sessions
  • Events
To restore the Keycloak database instance to a specific point in time, complete these steps:
  1. Go to the Amazon RDS console and complete these steps:
    1. Go to Automated Backups.
    2. Select the Keycloak database instance, and then select Actions > Restore to point in time.
    3. Specify the recovery parameters:
      • Select the desired time.
      • Enter a database instance modifier, for example,
        asset-solutions-postgres-restored
        .
    4. Select Restore to point in time.
  2. In the console application, complete these steps:
    1. To remove the current RDS instance from the Terraform state, run the following command within the
      aws/terraform/
      directory:
      terraform state rm aws_db_instance.asset-solutions-postgres
    2. To import the newly restored RDS instance, run this command:
      terraform import -var-file tfvars/us-east-1.tfvars aws_db_instance.asset-solutions-postgres asset-solutions-postgres-restored
    3. Optionally, to avoid a naming conflict, rename the database in the
      postgres.tf
      file or remove the old instance
      asset-solutions-postgres
      .
    4. To apply the Terraform plan, run this command:
    make apply

Restore MongoDB

To restore MongoDB, refer to the appropriate documentation based on your deployment:
  • If using a MongoDB VM, refer to the MongoDB Atlas documentation.
  • If using PSMDB, refer to the Percona Server for MongoDB documentation.

Copyright © 2026 Unity Technologies
法規事項プライバシーポリシークッキーDocumentation Terms of Use私の個人情報を販売または共有しないプライバシーに関する選択 (クッキー設定)

"Unity" の名称、Unity のロゴ、およびその他の Unity の商標は、米国およびその他の国における Unity Technologies またはその関係会社の商標または登録商標です (詳しくはこちら)。その他の名称またはブランドは該当する所有者の商標です。

一部のページは利便性向上のため機械翻訳を使用しており、内容に不正確な表現が含まれる場合があります。内容に齟齬または不一致が生じた場合は、英語版を正本とします。

  • このページ
    • Restore the Keycloak database

    • Restore MongoDB


このページの問題を報告する