@@ -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- 23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community
76+ 23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community
7777```
7878
7979To check the size of the storage shard:
@@ -98,14 +98,13 @@ $ 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: 2024-02-28 08:20:36 UTC Version: 23.3.30
101+ Time: 2024-04-25 08:13:14 UTC Version: 23.3.32
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 kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 23.3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community isMasterBalanced: true serviceStartTime: 2024-02-28 08:11:20 UTC
106- Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-02-28 08:11:23 UTC stateChangeTime: 2024-02-28 08:11:23 UTC availableStorageSize: 2 GB
107- Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 508 haPort: 5011 availableStorageSize: 6 GB storageType: HD serviceStartTime: 2024-02-28 08:11:25 UTC stateChangeTime: 2024-02-28 08:11:25 UTC
108-
105+ Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 23.3.32 2024-03-06 18:21:38 UTC Build id: 69f48431fc69 Edition: Community isMasterBalanced: true serviceStartTime: 2024-04-25 08:10:10 UTC
106+ Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-04-25 08:10:13 UTC stateChangeTime: 2024-04-25 08:10:13 UTC availableStorageSize: 2 GB
107+ Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 86 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime: 2024-04-25 08:10:14 UTC stateChangeTime: 2024-04-25 08:10:15 UTC
109108
110109 kv-> put kv -key /SomeKey -value SomeValue
111110 Operation successful, record inserted.
@@ -173,10 +172,10 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
173172First, install the latest version of Oracle NoSQL on your remote host:
174173
175174``` shell
176- KV_VERSION=23.3.30
175+ KV_VERSION=23.3.32
177176rm -rf kv-$KV_VERSION
178177DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
179- DOWNLOAD_FILE=" kv-ce -${KV_VERSION} .zip"
178+ DOWNLOAD_FILE=" community-edition -${KV_VERSION} .zip"
180179DOWNLOAD_LINK=" ${DOWNLOAD_ROOT} /${DOWNLOAD_FILE} "
181180curl -OLs $DOWNLOAD_LINK
182181jar tf $DOWNLOAD_FILE | grep " kv-$KV_VERSION /lib" > extract.libs
@@ -333,7 +332,7 @@ number used for the image tag:
333332
334333
335334``` shell
336- KV_VERSION=23.3.30 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
335+ KV_VERSION=23.3.32 docker build --build-arg " $KV_VERSION " --tag " oracle/nosql-ce:$KV_VERSION " .
337336```
338337
339338## More information
0 commit comments