This is an automated email from the ASF dual-hosted git repository.
wtt40122 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new 48d29f17 docs: fix broken module path "ozheraoperator-server" in
deploy document (#684)
48d29f17 is described below
commit 48d29f17b059ebf29703f2573e6f9b26e47cf233
Author: EricDing <[email protected]>
AuthorDate: Fri Aug 28 16:47:44 2026 +0800
docs: fix broken module path "ozheraoperator-server" in deploy document
(#684)
---
readme/deploy/ozhera-deploy-document.md | 2 +-
readme/deploy/ozhera-deploy-document_cn.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/readme/deploy/ozhera-deploy-document.md
b/readme/deploy/ozhera-deploy-document.md
index 27f9953c..d05a361f 100644
--- a/readme/deploy/ozhera-deploy-document.md
+++ b/readme/deploy/ozhera-deploy-document.md
@@ -108,7 +108,7 @@ The purpose is to select a usable mysql database for ozhera.
- If you already have a database and don't need k8s to create it:
1. Turn off the "Create resources based on yaml" button;
2. Fill in the correct existing database url, username, and password;
- 3. By default, the operator will automatically modify the database to create
the ozhera database and table. **If the account you entered does not have
permission to create a library or table, you need to manually create the ozhera
database and table in the target library in advance.** The create table
statement is in the operator source code
ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql
directory.
+ 3. By default, the operator will automatically modify the database to create
the ozhera database and table. **If the account you entered does not have
permission to create a library or table, you need to manually create the ozhera
database and table in the target library in advance.** The create table
statement is in the operator source code
ozhera/ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql
directory.

diff --git a/readme/deploy/ozhera-deploy-document_cn.md
b/readme/deploy/ozhera-deploy-document_cn.md
index 9125576e..1a404cc1 100644
--- a/readme/deploy/ozhera-deploy-document_cn.md
+++ b/readme/deploy/ozhera-deploy-document_cn.md
@@ -112,7 +112,7 @@
ozhera/ozhera-operator/ozhera-operator-server/src/main/resources/operator/
* 如果已有数据库,⽆需k8s创建
1. 关闭"基于yaml创建资源"按钮;
2. 填写正确的已有数据库url、⽤⼾名、密码;
- 3.
默认operator执⾏时会⾃动去改数据库进⾏创建ozhera数据库及表,**如果填写的账号⽆建库、建表权限,则需提前⼿动去⽬标库中建好ozhera数据库和表**,建表语句在operator源码ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql
⽬录下。
+ 3.
默认operator执⾏时会⾃动去改数据库进⾏创建ozhera数据库及表,**如果填写的账号⽆建库、建表权限,则需提前⼿动去⽬标库中建好ozhera数据库和表**,建表语句在operator源码ozhera/ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql
⽬录下。

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]