# Kan ik alle Meta-instellingen opnieuw instellen? Zonder leden te verwijderen?

**URL:** https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427
**Category:** General
**Created:** [13 november 2022 om 17:00 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427 "2022-11-13T17:00:48Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![danielabc](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@danielabc](https://meta.discourse.org/u/danielabc)
#### Post date: [13 november 2022 om 17:00 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/1 "2022-11-13T17:00:49Z")

</div>

167 / 5.000

## Resultados de tradução

star\_border

Well, I have several bugs in my forum, and I already tried a solution but I can’t, so I want to configure my forum from scratch, is there any way I can reset the settings?

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [13 november 2022 om 17:33 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/2 "2022-11-13T17:33:29Z")

</div>

In your admin panel, go to **Settings** then click “Ony show overridden” and click on the resets buttons next to each setting.

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/4/4/844cd28672440f4495efd5a3d3d6b5ef2a124510.png)

---

<div class="post-metadata">

### Author: ![danielabc](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@danielabc](https://meta.discourse.org/u/danielabc)
#### Post date: [13 november 2022 om 18:23 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/3 "2022-11-13T18:23:45Z")

</div>

By any chance, is there any way to reset that the same installation screen appears when we install for the first time?

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [13 november 2022 om 18:33 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/4 "2022-11-13T18:33:22Z")

</div>

You can go to `discourse.example.com/wizard` to run the wizard again.

Replace `discourse.example.com` with your community url

---

<div class="post-metadata">

### Author: ![danielabc](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@danielabc](https://meta.discourse.org/u/danielabc)
#### Post date: [13 november 2022 om 18:58 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/5 "2022-11-13T18:58:01Z")

</div>

But in the case of a reset the same when resetting a smartphone, is there something similar?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [13 november 2022 om 19:15 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/6 "2022-11-13T19:15:12Z")

</div>

Your might describe your problem to get help.

But you can do something like this

```plaintext
cd /var/discourse 
rm - rf shared
./launcher rebuild app 

```

That will delete the database and create a new one just like it was when you first installed it.

---

<div class="post-metadata">

### Author: ![danielabc](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@danielabc](https://meta.discourse.org/u/danielabc)
#### Post date: [13 november 2022 om 19:18 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/7 "2022-11-13T19:18:04Z")

</div>

> [@pfaffman](#):
>
> Isso excluirá o banco de dados e criará um novo, assim como era quando você o instalou pela primeira vez.

That would exclude the members too right?

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [13 november 2022 om 19:20 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/8 "2022-11-13T19:20:54Z")

</div>

That would remove pretty much all the content of your forum.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [13 november 2022 om 19:31 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/9 "2022-11-13T19:31:30Z")

</div>

That’s what I think the request was. It will delete all users. All content. But not change plugins or mail config.

It’s “the same as resetting a smart phone.”

---

<div class="post-metadata">

### Author: ![danielabc](https://avatars.discourse-cdn.com/v4/letter/d/b9e5f3/32.png) [@danielabc](https://meta.discourse.org/u/danielabc)
#### Post date: [14 november 2022 om 00:46 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/10 "2022-11-14T00:46:49Z")

</div>

is there an option to reset all settings but leave members?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [14 november 2022 om 03:13 UTC](https://meta.discourse.org/t/can-i-reset-all-meta-settings-without-deleting-members/245427/11 "2022-11-14T03:13:55Z")

</div>

It sounds like your issue is theme components, not settings. You can disable all of those. That’s what you want to do. Then add them back one by one to see that they work as you expect.

The discourse code you’re running is in `/var/www/discourse` inside the container, but you really don’t want to change anything there.
