diff --git a/unifi/readme.md b/unifi/readme.md
index a60a766..52cb939 100644
--- a/unifi/readme.md
+++ b/unifi/readme.md
@@ -86,6 +86,8 @@ Worth noting is use of [configs](https://docs.docker.com/compose/compose-file/08
to bypass the need for separate `mongo-init.js` file.
The use comes from [this repo](https://github.com/GiuseppeGalilei/Ubiquiti-Tips-and-Tricks).
+latest unifi version tag - [here](https://github.com/linuxserver/docker-unifi-network-application/releases)
+
`docker-compose.yml`
```yml
services:
@@ -105,7 +107,7 @@ services:
target: /docker-entrypoint-initdb.d/init-mongo.js
unifi-app:
- image: lscr.io/linuxserver/unifi-network-application:8.1.127
+ image: lscr.io/linuxserver/unifi-network-application:8.3.32
container_name: unifi-app
hostname: unifi-app
restart: unless-stopped
@@ -199,6 +201,16 @@ as `Override Inform Host`.
*Settings > Wifi > Edit > Advanced*
For [apple devices](https://www.sniffwifi.com/2016/05/go-to-sleep-go-to-sleep-go-to-sleep.html)
+# Migration
+
+* old controller - settings - system - somewhere backup - just settings - you get a `unf` file
+* new controller - on the first run theres an option to restore from backup, pick the file
+* done
+
+# Config autobackup
+
+config files should be in `~/unifi/unifi_data/data/backup`
+
# Update
Manual image update: