This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/amoro-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new bb8e345  deploy: b17f949095ee39151516488cd823b1b15f636e2f
bb8e345 is described below

commit bb8e345fe3d1e33ac77bd643b292d19cb139327c
Author: klion26 <klio...@users.noreply.github.com>
AuthorDate: Tue Jan 21 05:55:30 2025 +0000

    deploy: b17f949095ee39151516488cd823b1b15f636e2f
---
 .../docs/correct-mysql-usage-desc/deployment-on-kubernetes/index.html | 4 ++--
 output/docs/correct-mysql-usage-desc/deployment/index.html            | 2 +-
 output/docs/correct-mysql-usage-desc/search.json                      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/output/docs/correct-mysql-usage-desc/deployment-on-kubernetes/index.html 
b/output/docs/correct-mysql-usage-desc/deployment-on-kubernetes/index.html
index 3d9cdb9..f86b98e 100644
--- a/output/docs/correct-mysql-usage-desc/deployment-on-kubernetes/index.html
+++ b/output/docs/correct-mysql-usage-desc/deployment-on-kubernetes/index.html
@@ -652,8 +652,8 @@
 </span></span><span style="display:flex;"><span>  <span 
style="color:#f92672">ingressClassName</span>: <span 
style="color:#e6db74">&#34;nginx&#34;</span>
 </span></span><span style="display:flex;"><span>  <span 
style="color:#f92672">hostname</span>: <span 
style="color:#ae81ff">minikube.amoro.com</span>
 </span></span></code></pre></div><h3 id="configure-the-database">Configure the 
database.</h3>
-<p>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 <a 
href="../deployment/#configure-system-database">Database Configuration</a> for 
more detail.</p>
+<p>AMS uses embedded <a href="https://db.apache.org/derby/";>Apache Derby</a> 
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 <a 
href="../deployment/#configure-system-database">Database Configuration</a> for 
more detail.</p>
 <div class="highlight"><pre tabindex="0" 
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
 class="language-yaml" data-lang="yaml"><span style="display:flex;"><span><span 
style="color:#f92672">amoroConf</span>: 
 </span></span><span style="display:flex;"><span>  <span 
style="color:#f92672">database</span>:
 </span></span><span style="display:flex;"><span>    <span 
style="color:#f92672">type</span>: <span 
style="color:#ae81ff">${your_database_type}</span>
diff --git a/output/docs/correct-mysql-usage-desc/deployment/index.html 
b/output/docs/correct-mysql-usage-desc/deployment/index.html
index f44c67f..8ed16c5 100644
--- a/output/docs/correct-mysql-usage-desc/deployment/index.html
+++ b/output/docs/correct-mysql-usage-desc/deployment/index.html
@@ -646,7 +646,7 @@ Unzip it to create the amoro-x.y.z directory in the same 
directory, and then go
     Make sure the port is not used before configuring it.
 </div>
 <h3 id="configure-system-database">Configure system database</h3>
-<p>Amoro used <code>Derby</code> as the backend storage default, so you can 
use <code>Derby</code> directly without any additional configuration.</p>
+<p>AMS uses embedded <a href="https://db.apache.org/derby/";>Apache Derby</a> 
as the backend storage by default, so you can use <code>Derby</code> directly 
without any additional configuration.</p>
 <p>You can also configure a relational backend storage as you needed.</p>
 <blockquote>
 <p>If you would like to use MySQL as the system database, you need to manually 
download the <a 
href="https://repo1.maven.org/maven2/com/mysql/mysql-connector-j/8.1.0/mysql-connector-j-8.1.0.jar";>MySQL
 JDBC Connector</a>
diff --git a/output/docs/correct-mysql-usage-desc/search.json 
b/output/docs/correct-mysql-usage-desc/search.json
index ae8971c..96e28cc 100644
--- a/output/docs/correct-mysql-usage-desc/search.json
+++ b/output/docs/correct-mysql-usage-desc/search.json
@@ -1 +1 @@
-[{"categories":null,"content":"Amoro Docs This directory contains the 
documentation content of Amoro.\nThe documentation is written in Markdown 
format. The images referenced in the documentation are saved in the images 
folder. Style Proper nouns should start with a capital letter, like 
Hadoop、Hive、Iceberg、Amoro 
","description":"","title":"","uri":"https://amoro.apache.org/docs/correct-mysql-usage-desc/readme/"},{"categories":null,"content":";
 Catalogs Introduce multi-catalog A catalog is  [...]
\ No newline at end of file
+[{"categories":null,"content":"Amoro Docs This directory contains the 
documentation content of Amoro.\nThe documentation is written in Markdown 
format. The images referenced in the documentation are saved in the images 
folder. Style Proper nouns should start with a capital letter, like 
Hadoop、Hive、Iceberg、Amoro 
","description":"","title":"","uri":"https://amoro.apache.org/docs/correct-mysql-usage-desc/readme/"},{"categories":null,"content":";
 Catalogs Introduce multi-catalog A catalog is  [...]
\ No newline at end of file

Reply via email to