> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-engage/13.latest/upgrading/version-specific-upgrade-notes.md).

# Version specific Upgrade Notes

This article provides specific upgrade instructions for migrating to major version of Umbraco Engage

{% hint style="info" %}
When upgrading to a new minor or patch version, learn about the changes in the [Release Notes](/umbraco-engage/13.latest/release-notes.md) article.
{% endhint %}

## Breaking changes

### v13.8.0 — Database Schema Alignment

Engage 13.8.0 introduces a rewritten analytics data cleanup system and a database schema alignment. This is a **manual post-upgrade step** that requires running SQL scripts during a maintenance window.

See the [Schema Alignment Guide](/umbraco-engage/13.latest/upgrading/schema-alignment-guide.md) for full details on the cleanup changes, configuration settings, and step-by-step post-upgrade instructions.

#### v13.2.0 (Umbraco Engage) & v13.1.0 (Umbraco Engage Forms)

Introduced Razor Class Library support to serve static files for Engage, removing physical backoffice, views, and assets files from development projects.

While this is not considered a breaking change, it is recommended that such folders be removed from the project to avoid conflicts in the future.

The following folders should be manually removed from your project upon updating Umbraco Engage:

* `App_Plugins\Umbraco.Engage`
* `Assets\Umbraco.Engage`
* `Views\Partials\Umbraco.Engage`

The same changes apply to the Forms add-on `Umbraco.Engage.Forms`.

The following folder should be manually removed from your project upon updating Umbraco Engage Forms:

* `App_Plugins\Umbraco.Engage.Forms`

Health checks have been added to verify whether these folders are present in your project. If they are, you will receive a warning in the Health Check dashboard.

#### v13.0.0 (Umbraco Engage Launch)

Umbraco Engage contains a number of breaking changes from the previous uMarketingSuite product.

See the [Migrate from uMarketingSuite](/umbraco-engage/13.latest/upgrading/migrate-from-umarketingsuite.md) for full details.


---

# 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.umbraco.com/umbraco-engage/13.latest/upgrading/version-specific-upgrade-notes.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.
