# Discourse コンテナを別のマシンに移行する方法

**URL:** https://meta.discourse.org/t/how-to-migrate-the-discourse-container-to-another-machine/124802
**Category:** Support
**Created:** [2019 年 8 月 3 日午後 7:35 UTC](https://meta.discourse.org/t/how-to-migrate-the-discourse-container-to-another-machine/124802 "2019-08-03T19:35:11Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![tshenry](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tshenry/32/119495_2.png) [@tshenry](https://meta.discourse.org/u/tshenry)
#### Post date: [2019 年 8 月 5 日午後 9:36 UTC](https://meta.discourse.org/t/how-to-migrate-the-discourse-container-to-another-machine/124802/4 "2019-08-05T21:36:31Z")

</div>

その通りです！ドキュメント化されているいくつかの方法があります：

> [@Move a Discourse site to another VPS with rsync](https://meta.discourse.org/t/moving-discourse-docker-install-to-other-vps-with-1-1-sync/43812):
>
> This method is different than restoring file in UI. Maybe there is a more downtime but it’s simpler for linux folks without Discourse knowledge and it’s easy to automate. Prepare new VPS First, prepare our new Current Ubuntu LTS VPS with empty Discourse dir, OS upgrade and Docker install sudo mkdir -p /var/discourse sudo apt-get update sudo apt-get dist-upgrade wget -qO- https://get.docker.com/ | sh Then, make sure that we are on latest installed kernel and other libraries by just restarting …

> [@Move your Discourse Instance to a Different Server](https://meta.discourse.org/t/move-your-discourse-instance-to-a-different-server/15721):
>
> bookmark This is a guide for moving your Discourse instance from one server to another, including all settings and data. This guide applies to self-hosted Discourse instances using Docker. person_raising_hand Required user level: System Administrator warning This procedure involves domain and DNS changes. Ensure you have access to both the source and destination servers. This guide walks you through the process of migrating your Discourse instance from one server to another, ensuring …

---

_[View the full topic](https://meta.discourse.org/t/how-to-migrate-the-discourse-container-to-another-machine/124802)._
