Browse Source

chore : simplify self-hosting - default to postgres/sqlite (#8788)

pull/8797/head
navi 2 weeks ago committed by GitHub
parent
commit
9a1fddc755
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md
  2. 10
      packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md

6
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
</Tabs>
:::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.
:::

10
packages/noco-docs/versioned_docs/version-0.109.7/020.getting-started/010.installation.md vendored

@ -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).
:::

Loading…
Cancel
Save