Skip to content

Commit dcc717c

Browse files
author
Jing LI
committed
chore: add supported oracle-mysql 8.4
1 parent 992bf0d commit dcc717c

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

shared/data/registry.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,8 @@
761761
"deprecated": [],
762762
"supported": [
763763
"8.0",
764-
"5.7"
764+
"5.7",
765+
"8.4"
765766
]
766767
}
767768
},

sites/platform/src/guides/strapi/database-configuration/mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To configure a MySQL database for Strapi on {{% vendor/name %}}, follow these st
2121

2222
```yaml {configFile="services"}
2323
mysql:
24-
type: oracle-mysql:8.0
24+
type: oracle-mysql:8.4
2525
disk: 256
2626
```
2727

sites/platform/src/guides/strapi/deploy/configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ db:
5757

5858
# Uncomment the line below to use a MySQL database
5959
# dbmysql:
60-
# type: oracle-mysql:8.0
60+
# type: oracle-mysql:8.4
6161
# disk: 256
6262
```
6363

sites/platform/src/guides/strapi/local-development/local-development-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To run your Strapi v4 app locally with all of its services, follow these steps:
114114
// The Oracle MySQL configuration assumes the following in your {{< vendor/configfile "services" >}} file:
115115
//
116116
// dbmysql:
117-
// type: oracle-mysql:8.0
117+
// type: oracle-mysql:8.4
118118
// disk: 256
119119
//
120120
// And a relationship defined in your {{< vendor/configfile "app" >}}file as follows:

sites/platform/static/files/fetch/examples/relationships/oraclemysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"is_master": true
1515
},
1616
"password": "",
17-
"type": "oracle-mysql:8.0",
17+
"type": "oracle-mysql:8.4",
1818
"public": false,
1919
"host_mapped": false
2020
}

sites/upsun/static/files/fetch/examples/relationships/oraclemysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"is_master": true
1515
},
1616
"password": "",
17-
"type": "oracle-mysql:8.0",
17+
"type": "oracle-mysql:8.4",
1818
"public": false,
1919
"host_mapped": false
2020
}

0 commit comments

Comments
 (0)