# Migration Debian 10 -> Debian 11

1. Faite une backup de votre machine, mettez a jour Debian 10 jusqu'au bout et redémarrer la machine
2. Modifier le fichier `/etc/apt/sources.list` avec un éditeur de texte (ex. nano) et remplacer **buster** par **bullseye** et **buster/updates** par **bullseye-security**\
   ![Ancien Source.list](/files/HsVxveRsQgeLHOeKOweo)\
   *(Ancien sources.list)*\
   ![Nouveau sources.list](/files/4XMnclVM4LZDaW5rRPlC)\
   \&#xNAN;*(Nouveau sources.list)*
3. Mettez a jour la liste des paquet une fois les dépots changer avec `sudo apt update`
4. Faite une premiere vague de mise a jour avec `sudo apt upgrade --without-new-pkgs`
5. Puis mettez a jour votre systéme avec : `sudo apt full-upgrade`
6. Redémarrez et vous voila sous Debian 11 !


---

# Agent Instructions: 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.hessfr.fr/old-software-and-os/migration-debian-10-greater-than-debian-11.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.
