Skip to content

Commit

Permalink
Deployed 2938022 to 12.0 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Nov 12, 2024
1 parent 2632c4d commit bd60825
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 122 deletions.
2 changes: 1 addition & 1 deletion 12.0/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 12.0/setup/cluster_deploy_with_docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4348,7 +4348,7 @@ <h3 id="deploy-seafile-frontend-nodes">Deploy seafile frontend nodes<a class="he
</code></pre></div>
</li>
<li>
<p>Modify the <a href="../../config/env/">variables</a> in <code>.env</code> (especially terms like <code>&lt;...&gt;</code>). </p>
<p>Modify the <a href="../../config/env/">variables</a> in <code>.env</code> (especially the terms like <code>&lt;...&gt;</code>). </p>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>If you have already deployed AWS S3 storage backend and plan to apply it to Seafile cluster, you can modify the variables in <code>.env</code> to <a href="../../config/env/#s3-storage-backend-configurations-only-valid-in-pro-edition-at-deploying-first-time">set them synchronously during initialization</a>.</p>
Expand Down
14 changes: 13 additions & 1 deletion 12.0/setup/setup_with_an_existing_mysql_server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4145,7 +4145,19 @@


<h1 id="deploy-with-an-existing-mysql-server">Deploy with an existing MySQL server<a class="headerlink" href="#deploy-with-an-existing-mysql-server" title="Permanent link">&para;</a></h1>
<p>If you want to use an existing MySQL server, you can modify the <code>.env</code> as follows</p>
<p>The entire <code>db</code> service needs to be removed (or noted) in <code>seafile-server.yml</code> if you would like to use an existing MySQL server, otherwise there is a redundant database service is running </p>
<div class="highlight"><pre><span></span><code>service:

# note or remove the entire `db` service
#db:
#image: ${SEAFILE_DB_IMAGE:-mariadb:10.11}
#container_name: seafile-mysql
# ... other parts in service `db`

# do not change other services
...
</code></pre></div>
<p>What's more, you have to modify the <code>.env</code> to set correctly the fields with MySQL:</p>
<div class="highlight"><pre><span></span><code>SEAFILE_MYSQL_DB_HOST=192.168.0.2
SEAFILE_MYSQL_DB_PORT=3306
INIT_SEAFILE_MYSQL_ROOT_PASSWORD=ROOT_PASSWORD
Expand Down
Loading

0 comments on commit bd60825

Please sign in to comment.