# How can I import/export settings into a file?

**URL:** https://meta.discourse.org/t/how-can-i-import-export-settings-into-a-file/51496
**Category:** Support
**Created:** [2016年十月13日 11:41 UTC](https://meta.discourse.org/t/how-can-i-import-export-settings-into-a-file/51496 "2016-10-13T11:41:59Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2019年三月17日 10:46 UTC](https://meta.discourse.org/t/how-can-i-import-export-settings-into-a-file/51496/4 "2019-03-17T10:46:29Z")

</div>

Courtesy of @blake we now have rake tasks to export/import site settings:

```plaintext
rake site_settings:export > settings.yml
rake site_settings:import < settings.yml

```

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-import-export-settings-into-a-file/51496)._
