# Light upgrade

Always begin with creating/attaching screen/tmux
```bash
tmux a
tmux
sudo su
```


On metered Internet connection, light upgrade scenario

Do not do update, as it will update minor version for repos, which will force bigger update
```bash
#! DO NOT DO IT (unless want to update minor version)

apt update
```
This will automatically lead to minor version upgrade (version variable will be substituted)

[![](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2026-07/scaled-1680-/2zcUcaCSv5zSSFxz-image-1785301511949.png)](https://storage.googleapis.com/iau-data-dox/uploads/images/gallery/2026-07/2zcUcaCSv5zSSFxz-image-1785301511949.png)



instead perform

```bash
apt upgrade raspi-copies-and-fills

apt upgrade raspi*
```