Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 11b68f6

Browse files
committed
Make migration instructions more obvious
1 parent eeb8bfd commit 11b68f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
2121
libcap2 \
2222
logrotate \
2323
openjdk-8-jre-headless && \
24-
echo "**** download mongodb ****" && \
24+
echo "**** install mongodb ****" && \
2525
curl -s https://www.mongodb.org/static/pgp/server-4.4.asc | apt-key add - && \
2626
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-4.4.list && \
2727
apt-get update && \

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ The architectures supported by this image are:
5757

5858
Access the webui at `<your-ip>:8088`, for more information check out [omada-controller](https://www.tp-link.com/uk/support/download/omada-software-controller/).
5959

60+
### Upgrades from v4 -> v5
61+
62+
**Due to breaking changes it is necessary to take a backup of your v4 install, spin up a clean v5 container and then restore the backup.**
63+
6064
## Usage
6165

6266
Here are some example snippets to help you get started creating a container.

0 commit comments

Comments
 (0)