mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix clean_database ulr
This commit is contained in:
parent
ff3041a2cd
commit
e97853c2cc
|
|
@ -9,7 +9,7 @@ Please check the **upgrade notes** for any special configuration or changes befo
|
|||
|
||||
## Upgrade from 11.0 to 12.0
|
||||
|
||||
Note: If you have a large number of `Activity` in MySQL, clear this table first [Clean Database](../administration/clean_database). Otherwise, the database upgrade will take a long time.
|
||||
Note: If you have a large number of `Activity` in MySQL, clear this table first [Clean Database](../../administration/clean_database). Otherwise, the database upgrade will take a long time.
|
||||
|
||||
From Seafile Docker 12.0, we recommend that you use `.env` and `seafile-server.yml` files for configuration.
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ The following instruction is for binary package based installation. If you use D
|
|||
docker compose restart
|
||||
```
|
||||
|
||||
Note: If you have a large number of `Activity` in MySQL, clear this table first [Clean Database](../administration/clean_database). Otherwise, the database upgrade will take a long time.
|
||||
Note: If you have a large number of `Activity` in MySQL, clear this table first [Clean Database](../../administration/clean_database). Otherwise, the database upgrade will take a long time.
|
||||
|
||||
### 1) Stop Seafile-11.0.x server
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue