# Wie kann ich die aktuelle Versionsinformation aus meinem Backup erhalten?

**URL:** https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077
**Category:** Support
**Created:** [21. Mai 2025 um 15:44 UTC](https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077 "2025-05-21T15:44:44Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [25. Mai 2025 um 16:52 UTC](https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077/11 "2025-05-25T16:52:55Z")

</div>

> [@Alienazk](#):
>
> Oder muss ich zuerst den Standard-Docker-Installationsprozess durchlaufen und dann das Backup importieren, um alles wiederherzustellen?

Das!

> [@Alienazk](#):
>
> Übrigens, als ich herausfinden wollte, zu welchem Commit mein Discourse-Backup gehört, erhielt ich die folgende Ausgabe. Irgendeine Idee, warum das so sein könnte?

> [@RGJ](#):
>
> (Manchmal gehört der Commit zu einem Plugin. In diesem Fall verwenden Sie `locate`, um das Plugin zu finden, wechseln Sie in sein Verzeichnis und führen Sie den gleichen `git blame`-Befehl aus.)

Spoiler: Es gehört zum Chat-Plugin.

```plaintext
root@testbeta:/var/www/discourse# locate 202405161459
/var/www/discourse/plugins/chat/db/migrate/20240516145911_update_user_options_for_thread_title_prompts.rb
root@testbeta:/var/www/discourse# cd plugins/chat/
root@testbeta:/var/www/discourse/plugins/chat# git blame db/migrate/20240516145911*

```

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-get-the-current-version-information-from-my-backup/367077)._
