diff --git a/Migration-From-v1-To-v2.md b/Migration-From-v1-To-v2.md index c700dc4..1800bb5 100644 --- a/Migration-From-v1-To-v2.md +++ b/Migration-From-v1-To-v2.md @@ -11,7 +11,6 @@ - You should be able to view logs of the migration process in the console. - Do not interrupt the migration process. - FYI: My Uptime Kuma had 20 monitors and 90 days of data, and it took around 7 minutes to migrate. -- Beta version is not stable and may contain bugs, especially for the first beta release. ## Breaking Changes @@ -40,12 +39,6 @@ ### Recommended Tags -Not available yet. - - - ### Unstable Tags #### Beta Tags @@ -143,10 +134,10 @@ docker stop uptime-kuma ``` 2. Backup your `data` directory. -3. Change the image tag to `louislam/uptime-kuma:beta`. +3. Change the image tag to `louislam/uptime-kuma:2`. ```bash -docker run -d --restart=unless-stopped -p :3001 -v :/app/data --name uptime-kuma louislam/uptime-kuma:beta +docker run -d --restart=unless-stopped -p :3001 -v :/app/data --name uptime-kuma louislam/uptime-kuma:2 ``` 4. Check the logs to see the migration process. @@ -165,12 +156,12 @@ docker compose down 2. Backup your `data` directory. -3. Change the image tag to `louislam/uptime-kuma:beta`. +3. Change the image tag to `louislam/uptime-kuma:2`. ```yaml services: uptime-kuma: - image: louislam/uptime-kuma:beta + image: louislam/uptime-kuma:2 .... ``` @@ -188,9 +179,7 @@ docker compose logs -f ## Migration Steps (Non-Docker) -Beta is not available for non-docker yet. - + +4. Follow https://github.com/louislam/uptime-kuma/wiki/%F0%9F%86%99-How-to-Update#--non-docker to update ## FAQ