# Wie sichere ich nur die Forenkonfigurationsinformationen?

**URL:** https://meta.discourse.org/t/how-do-i-back-up-only-forum-configuration-information/330348
**Category:** Support
**Created:** [11. Oktober 2024 um 00:00 UTC](https://meta.discourse.org/t/how-do-i-back-up-only-forum-configuration-information/330348 "2024-10-11T00:00:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![CAKE\_NICE](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cake_nice/32/400517_2.png) [@CAKE\_NICE](https://meta.discourse.org/u/CAKE_NICE)
#### Post date: [11. Oktober 2024 um 00:00 UTC](https://meta.discourse.org/t/how-do-i-back-up-only-forum-configuration-information/330348/1 "2024-10-11T00:00:18Z")

</div>

Ich möchte nur einige Einstellungen sichern, aber keine Themen und Kommentare sichern

Ich möchte die Konfigurationsinformationen in den Einstellungen sichern, nicht die Threads, Kommentare und Uploads

Oder ich kann einen Befehl ausführen, um alle Threads, Uploads usw. zu löschen

* * *

Ich möchte nur einige Einstellungen sichern, aber keine Themen und Kommentare sichern

Ich möchte die Konfigurationsinformationen in den Einstellungen sichern, nicht die Threads, Kommentare und Uploads

Oder ich kann einen Befehl ausführen, um alle Threads, Uploads usw. zu löschen

---

<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. Oktober 2024 um 15:07 UTC](https://meta.discourse.org/t/how-do-i-back-up-only-forum-configuration-information/330348/2 "2024-10-13T15:07:10Z")

</div>

Es gibt eine Rake-Aufgabe, mit der Sie die Einstellungen exportieren können. Eine schnelle Suche auf meinem Handy ergab nichts.

Das könnte helfen. Ich gebe die Suche nach dem kanonischen Thema auf: [Administrative Bulk Operations](https://meta.discourse.org/t/administrative-bulk-operations/118349)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [13. Oktober 2024 um 15:19 UTC](https://meta.discourse.org/t/how-do-i-back-up-only-forum-configuration-information/330348/3 "2024-10-13T15:19:21Z")

</div>

> [@Download and restore of site settings](https://meta.discourse.org/t/download-and-restore-of-site-settings/65230/7):
>
> A rake task for this now exists! [https://github.com/discourse/discourse/commit/925d1a78697dfb8e9549e0b9ba4f7e7f18235cfe](https://github.com/discourse/discourse/commit/925d1a78697dfb8e9549e0b9ba4f7e7f18235cfe) Here is an example of an import. It checks for bad settings (NOT FOUND), should show any errors (setting a username that doesn’t exist), and show you which settings changed, and will only update a value if the new setting is different from the current value. $ rake site\_settings:import \< ~/tmp/settings.yml starting import... NOT FOUND: existing site setting not found for b…

> <https://github.com/discourse/discourse/commit/925d1a78697dfb8e9549e0b9ba4f7e7f18235cfe>

---

<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. Oktober 2024 um 22:14 UTC](https://meta.discourse.org/t/how-do-i-back-up-only-forum-configuration-information/330348/4 "2024-10-13T22:14:21Z")

</div>

Ich glaube nicht, dass #Dev der beste Ort dafür ist und dass es eine formellere Seite verdient.
