# Build a sandbox to test changes before making them live

**URL:** https://meta.discourse.org/t/build-a-sandbox-to-test-changes-before-making-them-live/58298
**Category:** Sysadmins
**Tags:** how-to
**Created:** [03.Март.2017 13:34:07 UTC](https://meta.discourse.org/t/build-a-sandbox-to-test-changes-before-making-them-live/58298 "2017-03-03T13:34:07Z")
**Posts on this page:** 1
**Page:** 2

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [16.Февраль.2022 23:18:54 UTC](https://meta.discourse.org/t/build-a-sandbox-to-test-changes-before-making-them-live/58298/21 "2022-02-16T23:18:54Z")

</div>

> [@pfaffman](#):
>
> Я отключаю автоматическое резервное копирование на тестовом сайте. Это можно сделать через переменную окружения в файле yml, чтобы её нельзя было изменить.

Мне потребовалось некоторое время, чтобы разобраться, как именно это сделать.

```plaintext
discourse_automatic_backups_enabled: false

```

Это должно быть размещено в секции Env файла app.yml — удобно добавить сразу после настроек S3.

[Предыдущая страница](https://meta.discourse.org/t/build-a-sandbox-to-test-changes-before-making-them-live/58298.md?page=1)
