Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- JDK 1.8
- [Maven](http://maven.apache.org/) 3.0 and above
- IvorySQL 5.3
- IvorySQL 5.6
- Kubernetes 1.23 (Must have default storage class)

## Installation instructions
Expand Down Expand Up @@ -52,7 +52,7 @@ After the packaging is completed, you can find the cloudnative-1.0-SNAPSHOT.jar
application-native.yaml
spring_pro_logback.xml
```
8. then edit /home/ivory/config/application-native.yaml
7. then edit /home/ivory/config/application-native.yaml
Please modify url, username, password parts according to your actual situation.
```
datasource:
Expand All @@ -63,7 +63,7 @@ datasource:
username: ivorysql
password: "ivory@123"
```
7. Launch ivory-cloud app
8. Launch ivory-cloud app
cd /home/ivory/

```
Expand Down
2 changes: 1 addition & 1 deletion cloudnative/src/main/resources/application-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ common:
# ivoryPgKernelVersion: 15 #数据库内核版本
# ivoryVersion: 2.3 #ivory版本
ivoryPgKernelVersion: 18 #数据库内核版本
ivoryVersion: 5.3 #ivory版本
ivoryVersion: 5.6 #ivory版本
logging:
level:
org:
Expand Down
5 changes: 5 additions & 0 deletions ivory-cloud_release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ivory-cloud RELEASE NOTES
******************v5.6******************
1.IvorySqL 5.6适配


ivory-cloud RELEASE NOTES
******************v5.3******************
1.IvorySqL 5.3适配
Expand Down
Loading