Skip to content

Commit

Permalink
fixup! [AMORO-3404] Correct the description about MySQL usage
Browse files Browse the repository at this point in the history
  • Loading branch information
klion26 committed Jan 21, 2025
1 parent a053083 commit b17f949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions amoro-docs/content/admin-guides/deployment-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ ingress:
### Configure the database.
AMS default is to use Derby database for storage. When the pod is destroyed, the data will also disappear.
In production environments, we recommend using a RDBMS as the storage for system data, you can ref to [Database Configuration](/deployment/#configure-system-database) for more detail.
AMS uses embedded [Apache Derby](https://db.apache.org/derby/) as its backend storage by default.
In production environments, we recommend using a RDBMS(Relational Database Management System) with higher availability guarantees as the storage for system data, you can ref to [Database Configuration](/deployment/#configure-system-database) for more detail.
```yaml
amoroConf:
Expand Down
2 changes: 1 addition & 1 deletion amoro-docs/content/admin-guides/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Make sure the port is not used before configuring it.
### Configure system database
Amoro used `Derby` as the backend storage default, so you can use `Derby` directly without any additional configuration.
AMS uses embedded [Apache Derby](https://db.apache.org/derby/) as the backend storage by default, so you can use `Derby` directly without any additional configuration.

You can also configure a relational backend storage as you needed.

Expand Down

0 comments on commit b17f949

Please sign in to comment.