# DigitalOcean 드롭렛 간 Discourse 마이그레이션: 다운타임 없이 이전하기

**URL:** https://meta.discourse.org/t/migrating-discourse-from-one-digitalocean-droplet-to-another-without-downtime/174528
**Category:** Self-hosting
**Created:** [12월 29, 2020, 7:49오후 UTC](https://meta.discourse.org/t/migrating-discourse-from-one-digitalocean-droplet-to-another-without-downtime/174528 "2020-12-29T19:49:59Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [12월 29, 2020, 9:33오후 UTC](https://meta.discourse.org/t/migrating-discourse-from-one-digitalocean-droplet-to-another-without-downtime/174528/8 "2020-12-29T21:33:11Z")

</div>

> [@mholt](#):
>
> 백업에서 복원하는 직접적인 방법이 있나요?

> [@Restore a backup from the command line](https://meta.discourse.org/t/restore-a-backup-from-command-line/108034):
>
> bookmark This guide explains how to restore a Discourse backup from the command line without using the Discourse web UI. person_raising_hand Required user level: Administrator wrench Console access required Here’s how to restore a Discourse backup from the command line, without ever booting the Discourse web UI. This is handy when you’re moving servers. Prerequisites Before you start, make sure you complete the following steps: Download the latest backup file from the source Disco…

> [@mholt](#):
>
> 그때까지 CSP를 비활성화하나요?

서버에 SSH로 로그인한 후 다음을 실행하세요:

```plaintext
cd /var/discourse
sudo ./launcher enter app
rails c
SiteSetting.content_security_policy = false
exit
exit

```

참고로 먼저 CLI를 통해 백업 복원을 시도해 보시길 권합니다. 이는 현재 장애 요인(CSP)이 아닌, 실제로 겪고 있는 문제(백업 복원)를 해결하는 방법이기 때문입니다.

---

_[View the full topic](https://meta.discourse.org/t/migrating-discourse-from-one-digitalocean-droplet-to-another-without-downtime/174528)._
