> For the complete documentation index, see [llms.txt](https://ultimateteams.gitbook.io/ultimateteams-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ultimateteams.gitbook.io/ultimateteams-docs/setup/team-enderchests-migration.md).

# Team EnderChests migration

## Do i need to migrate my team EnderChests?

You will need to perform the migration **ONLY** if you are currently on 1.21.4 or below and you want to upgrade your server to 1.21.5+.

### Steps

1. Stop the server, then backup your database (if you are using H2, or SQLITE it's the file that is called UltimateTeamsData in the plugin's folder)
2. update UltimateTeams to latest version from Modrinth \
   \
   (if you're using cross-server update on all backend servers, but stop all except for the one you will use for the migration)
3. start the 1.21.4 server and use **/ta echest migrate start**&#x20;
4. wait for the migration to finish.\
   \
   if you get any error like "material cannot be null" it means that probably that specific enderchest might be corrupted. you can join the Discord server for help.
5. now you can update the server to 1.21.5+

## What if i already updated because i didn't know?

In that case, you can just create a new 1.21.4 server and use that to perform the migration.

but not that if a player opened an enderchest, and you did not migrate first, that specific enderchest might get corrupted.


---

# 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://ultimateteams.gitbook.io/ultimateteams-docs/setup/team-enderchests-migration.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.
