diff --git a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md b/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md index 99a21f977b..5982f5d981 100644 --- a/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md +++ b/packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md @@ -46,9 +46,6 @@ nocodb/nocodb:latest To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. In older version mount at `/usr/src/app`. Otherwise your data will be lost after recreating the container. ::: -:::tip -If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker](https://github.com/nocodb/nocodb/issues/1340#issuecomment-1049481043). -::: ### Docker Compose @@ -67,8 +64,7 @@ docker-compose up -d :::tip -To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. In older version mount at `/usr/src/app`. -If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker Compose](https://github.com/nocodb/nocodb/issues/1313#issuecomment-1046625974). +If `/usr/app/data/` is not mounted, there will be data loss. ::: diff --git a/packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md b/packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md index 1df1fd69e6..9e9e3f6b3b 100644 --- a/packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md +++ b/packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md @@ -45,11 +45,6 @@ To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. ::: -:::tip - -If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker](https://github.com/nocodb/nocodb/issues/1340#issuecomment-1049481043). - -::: ### Docker Compose @@ -73,11 +68,6 @@ To persist data in docker you can mount volume at `/usr/app/data/` since 0.10.6. ::: -:::tip - -If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples for [MySQL Docker Compose](https://github.com/nocodb/nocodb/issues/1313#issuecomment-1046625974). - -:::