# Sandbox and test discourse on host?

**URL:** https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625
**Category:** Support
**Created:** [Décembre 1, 2016, 12:13 UTC](https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625 "2016-12-01T12:13:41Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Pad\_Pors](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pad_pors/32/52016_2.png) [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)
#### Post date: [Décembre 1, 2016, 12:13 UTC](https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625/1 "2016-12-01T12:13:41Z")

</div>

Is it possible that we install a sandbox like discourse-sandbox?

something besides the main forum, that can be used to warm up people for usage as well as to test some of the changes before it affects the main forum?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [Décembre 1, 2016, 12:14 UTC](https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625/2 "2016-12-01T12:14:48Z")

</div>

Yes, just [install another instance](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md) of Discourse elsewhere, in the [same server behind a reverse proxy](https://meta.discourse.org/t/running-other-websites-on-the-same-machine-as-discourse/17247), or using [multisite](https://meta.discourse.org/t/multisite-configuration-with-docker/14084).

---

<div class="post-metadata">

### Author: ![Pad\_Pors](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pad_pors/32/52016_2.png) [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)
#### Post date: [Décembre 1, 2016, 12:35 UTC](https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625/3 "2016-12-01T12:35:30Z")

</div>

thanks, but how do I make the database temporary? so that every 24 hours or so, it gets refreshed.

---

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [Décembre 1, 2016, 12:50 UTC](https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625/4 "2016-12-01T12:50:44Z")

</div>

> [@Pad\_Pors](#):
>
> how do I make the database temporary? so that every 24 hours or so, it gets refreshed.

There are probably several different ways to do this.

One way is to just spin up a new discourse instance every 24 hours and just swap the old ip with the new ip in the reverse proxy config, then delete the old discourse server.

Another way is to save a backup of the database and just re import that version of the db every 24 hours.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [Juin 12, 2022, 2:24 UTC](https://meta.discourse.org/t/sandbox-and-test-discourse-on-host/53625/7 "2022-06-12T14:24:48Z")

</div>


