> For the complete documentation index, see [llms.txt](https://guide.tonaly.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tonaly.app/troubleshooting/lost-saved-songs-after-updating.md).

# Lost saved songs after updating

### 🤬 I've lost my saved songs after updating to version 3.2.0 or higher

[**iCloud sync**](/settings/app-settings/icloud-sync.md) was introduced in version 3.2.0. Because of this, it was necessary to migrate all data. This should happen flawlessly in the background. In some rare cases, it may be possible that something went wrong during this process.

Or, if you are using the Tonaly app on **more than two devices** it may be possible that saved songs were overwritten with songs from the device that initiated iCloud sync.&#x20;

> For example:
>
> If you have an iPhone, that was updated to version 3.2.0 or higher and you have used the app on this device, iCloud sync was initiated there. If you the move over to, for example, your iPad, data will be loaded from the iCloud on startup automatically. If you had saved songs on your iPad other than on the iPhone, they will be lost. You can restore data on the iPad with [this Solution](/troubleshooting/lost-saved-songs-after-updating.md#solution). It is recommended to disable iCloud sync before as you cannot merge data from two devices.

### 🥳 Solution

Backups of older data (≤3.1.1) should still be available in versions higher than 3.2.0. To restore data from those backups, **navigate to** "**General information**" in the sidebar menu. Scroll all the way down to the bottom, then **tap five times on the app version.**

<div align="left"><img src="/files/-MCh63I9Ve9t1gbq8SQN" alt=""></div>

After this, select **"Restore data from versions ≤ 3.1.1".** You will be asked if you want to restore older data.&#x20;

{% hint style="danger" %}
Be aware that ALL data will be restored and overwritten!
{% endhint %}

{% hint style="info" %}
Note that this functionality is only available if you have installed app version 3.2.0 or higher **AND** had installed app version 3.1.1 or lower before on this device! Notice that backups will not be available if you have deleted the app before installing version 3.2.0 or higher.
{% 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, and the optional `goal` query parameter:

```
GET https://guide.tonaly.app/troubleshooting/lost-saved-songs-after-updating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
