@@ -86,7 +86,7 @@ For example, to check the version of KVLite, use the `version` command:
86
86
87
87
``` shell
88
88
$ docker run --rm -ti --link kvlite:store oracle/nosql:ce-sec java -Xmx64m -Xms64m -jar lib/kvstore.jar version
89
- 22 .3.32 2023-02-14 19:38:03 UTC Build id: 23acbda81a26 Edition: Community
89
+ 23 .3.30 2023-12-01 19:37:33 UTC Build id: c5db6593507b Edition: Community
90
90
```
91
91
92
92
To check the size of the storage shard:
@@ -110,18 +110,17 @@ $ docker run --rm -ti -v secfiles:/shared_conf:ro --link kvlite:store oracle/nos
110
110
-security /shared_conf/user.security
111
111
112
112
kv-> ping
113
+
113
114
Pinging components of store kvstore based upon topology sequence # 14
114
115
10 partitions and 1 storage nodes
115
- Time: 2023 -02-27 06:37:49 UTC Version: 22 .3.32
116
+ Time: 2024 -02-28 08:20:36 UTC Version: 23 .3.30
116
117
Shard Status: healthy: 1 writable-degraded: 0 read-only: 0 offline: 0 total: 1
117
118
Admin Status: healthy
118
119
Zone [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] RN Status: online: 1 read-only: 0 offline: 0
119
- Storage Node [sn1] on kvlite: 5000 Zone: [name= KVLite id= zn1 type= PRIMARY allowArbiters= false masterAffinity= false] Status: RUNNING Ver: 22.3.32 2023-02-14
120
- 19:38:03 UTC Build id: 23acbda81a26 Edition: Community isMasterBalanced: true serviceStartTime: 2023-02-27 06:36:21 UTC
121
- Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2023-02-27 06:36:26 UTC stateChangeTime: 2023-02-27 06:36:25 UTC
122
- availableStorageSize: 2 GB
123
- Rep Node [rg1-rn1] Status: RUNNING,MASTER sequenceNumber: 361 haPort: 5011 availableStorageSize: 9 GB storageType: HD serviceStartTime:
124
- 2023-02-27 06:36:28 UTC stateChangeTime: 2023-02-27 06:36:28 UTC
120
+ 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
121
+ Admin [admin1] Status: RUNNING,MASTER serviceStartTime: 2024-02-28 08:11:23 UTC stateChangeTime: 2024-02-28 08:11:23 UTC availableStorageSize: 2 GB
122
+ 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
123
+
125
124
126
125
kv-> put kv -key /SomeKey -value SomeValue
127
126
Operation successful, record inserted.
@@ -203,7 +202,7 @@ $ openssl x509 -text -noout -in /mylocalpath/certificate.pem | grep CN
203
202
204
203
````
205
204
Note: the certicate can be customized in the script setup-http-proxy-sec.sh
206
- (e.g adding [SAN](https://docs.oracle.com/en/database/other-databases/nosql-database/22 .1/security/ssl-using-openssl.html))
205
+ (e.g adding [SAN](https://docs.oracle.com/en/database/other-databases/nosql-database/23 .1/security/ssl-using-openssl.html))
207
206
208
207
## Advanced Scenario: connecting to Oracle NoSQL CE from another host
209
208
@@ -218,7 +217,7 @@ be made via the Oracle NoSQL Database Proxy on the `KV_PROXY_PORT`.
218
217
First, install the latest version of Oracle NoSQL on your remote host:
219
218
220
219
```shell
221
- KV_VERSION=22 .3.32
220
+ KV_VERSION=23 .3.30
222
221
rm -rf kv-$KV_VERSION
223
222
DOWNLOAD_ROOT=http://download.oracle.com/otn-pub/otn_software/nosql-database
224
223
DOWNLOAD_FILE="kv-ce-${KV_VERSION}.zip"
@@ -401,7 +400,7 @@ number used for the image tag:
401
400
402
401
403
402
```shell
404
- KV_VERSION=22 .3.32 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce-sec:$KV_VERSION" .
403
+ KV_VERSION=23 .3.30 docker build --build-arg "$KV_VERSION" --tag "oracle/nosql-ce-sec:$KV_VERSION" .
405
404
```
406
405
407
406
## More information
@@ -424,9 +423,9 @@ Oracle provides no commercial support for the Oracle NoSQL Community Edition.
424
423
425
424
## Copyright
426
425
427
- Copyright (c) 2017, 2023 Oracle and/or its affiliates.
426
+ Copyright (c) 2017, 2024 Oracle and/or its affiliates.
428
427
429
428
[NOSQL]: http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html
430
429
[DOCS]: https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
431
- [Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/22 .3/license/index.html#NSXLI- GUID-006E432E-1965-45A2-AEDE-204BD05E1560
430
+ [Apache-2.0]: https://docs.oracle.com/en/database/other-databases/nosql-database/23 .3/license/index.html#GUID-006E432E-1965-45A2-AEDE-204BD05E1560
432
431
[GraalVM-License]: https://github.com/graalvm/container/blob/master/LICENSE.md
0 commit comments