@@ -73,7 +73,7 @@ For example, to check the version of KVLite, use the `version` command:
7373
7474``` shell
7575$ docker run --rm -ti --link kvlite:store oracle/nosql:ce java -Xmx64m -Xms64m -jar lib/kvstore.jar version
76- 25.1.13 2025-06-06 17:17:06 UTC Build id: f24717f901b5 Edition: Community
76+ 25.3.21 2025-12-19 19:10:14 UTC Build id: 60eebbcaec4d Edition: Community
7777```
7878
7979To check the size of the storage shard:
@@ -98,14 +98,14 @@ $ docker run --rm -ti --link kvlite:store oracle/nosql:ce \
9898
9999Pinging components of store kvstore based upon topology sequence # 14
10010010 partitions and 1 storage nodes
101- Time: 2025-06-10 07:38:08 UTC Version: 25.1.13
101+ Time: 2025-12-30 14:13:45 UTC Version: 25.3.21
102102Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
103103Admin Status: healthy
104104Zone [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] RN Status: online: 1 read-only: 0 offline: 0
105- Storage Node [sn1] on proxy-nosql : 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 25.1.13 2025-06-06 17:17:06 UTC Build id: f24717f901b5 Edition: Community isMasterBalanced: true serviceStartTime: 2025-06-10 07:15:32 UTC
106- Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2025-06-10 07:15:36 UTC stateChangeTime: 2025-06-10 07:15:35 UTC availableStorageSize: 2 GB
107- Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 84 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2025-06-10 07:15:37 UTC stateChangeTime: 2025-06-10 07:15:37 UTC
108-
105+ Storage Node [sn1] on kvlite : 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 25.3.21 2025-12-19 19:10:14 UTC Build id: 60eebbcaec4d Edition: Community isMasterBalanced: true serviceStartTime: 2025-12-30 14:12:04 UTC
106+ Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2025-12-30 14:12:07 UTC stateChangeTime: 2025-12-30 14:12:07 UTC availableStorageSize: 2 GB
107+ Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 85 haPort: 5011 availableStorageSize: 8 GB storageType: HD serviceStartTime: 2025-12-30 14:12:08 UTC stateChangeTime: 2025-12-30 14:12:09 UTC
108+
109109 kv-> put kv -key /SomeKey -value SomeValue
110110 Operation successful, record inserted.
111111 kv-> get kv -key /SomeKey
@@ -176,7 +176,7 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
176176First, install the latest version of Oracle NoSQL on your remote host:
177177
178178``` shell
179- KV_VERSION=25.1.13
179+ KV_VERSION=25.3.21
180180rm -rf kv-$KV_VERSION
181181DOWNLOAD_ROOT=" https://github.com/oracle/nosql/releases/download/v${KV_VERSION} /"
182182DOWNLOAD_FILE=" kv-ce-${KV_VERSION} .zip"
@@ -336,7 +336,7 @@ number used for the image tag:
336336
337337
338338``` shell
339- KV_VERSION=25.1.13 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
339+ KV_VERSION=25.3.21 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
340340```
341341
342342## More information
0 commit comments