# Move a Discourse site to another VPS with rsync

**URL:** https://meta.discourse.org/t/move-a-discourse-site-to-another-vps-with-rsync/43812
**Category:** Sysadmins
**Tags:** migrations, how-to
**Created:** [5월 6, 2016, 8:21오후 UTC](https://meta.discourse.org/t/move-a-discourse-site-to-another-vps-with-rsync/43812 "2016-05-06T20:21:38Z")
**Posts on this page:** 1
**Showing post:** 45

<div class="post-metadata">

### Author: ![tisawyer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tisawyer/32/127435_2.png) [@tisawyer](https://meta.discourse.org/u/tisawyer)
#### Post date: [9월 24, 2024, 2:17오전 UTC](https://meta.discourse.org/t/move-a-discourse-site-to-another-vps-with-rsync/43812/45 "2024-09-24T02:17:27Z")

</div>

기록을 위해 말씀드리면, 우리 팀의 한 전문가가 PostgreSQL이 실행되도록 컨테이너에 필요한 적절한 권한을 rsync로 동기화하는 방법을 알아냈습니다:

```plaintext
rsync -rog --delete --perms --numeric-ids root@x.x.x.x:/var/discourse/ /var/discourse

```

---

_[View the full topic](https://meta.discourse.org/t/move-a-discourse-site-to-another-vps-with-rsync/43812)._
