> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/installation-setup/installation/microsoft-iis/aktualisieren-upgrade.md).

# Aktualisieren / Upgrade

{% hint style="danger" %}
Vor jeglichen Upgrades: Stellen Sie sicher, dass Ihr Wartungsdatum später liegt als das Veröffentlichungsdatum der ngSurvey-Version, auf die Sie aktualisieren möchten. Ihr aktuelles Wartungsdatum finden Sie im Bereich Configuration / About Ihrer Installation.\
\
Stellen Sie außerdem sicher, dass Sie alle vorhandenen Dateien einschließlich der Datenbank vor Fortfahren des Upgrade-Vorgangs sichern.
{% endhint %}

Um eine bestehende Installation von ngSurvey zu aktualisieren, können Sie die folgenden Schritte ausführen

1. Laden Sie die neueste Version herunter von [hier](https://dl.ngsurvey.com/release/ngsurveyee.zip).
2. Stellen Sie sicher, dass Sie das neueste [.NET 10 Hosting bundle](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-10.0.2-windows-hosting-bundle-installer) installiert haben.
3. Erstellen Sie eine Kopie der web.config Ihres IIS ngSurvey-Ordners und sichern Sie Ihre Datenbank und Dateien.
4. Löschen Sie alle Dateien in Ihrem vorhandenen IIS ngSurvey-Ordner.
5. Entpacken Sie die in Schritt 1 heruntergeladene neue Version in Ihren IIS ngSurvey-Ordner.
6. Kopieren Sie die web.config zurück in den IIS-Ordner, den Sie in Schritt 2 gesichert haben.
7. Das war's — Ihre ngSurvey-Installation wurde auf die neueste Version aktualisiert.

{% hint style="info" %}
Sobald Sie alle Dateien ersetzt haben, aktualisiert ngSurvey automatisch die in Ihrer web.config konfigurierte ngSurvey-Datenbank.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/de/installation-setup/installation/microsoft-iis/aktualisieren-upgrade.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
