mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
📚 Add warning about using Mongo as database
This commit is contained in:
parent
2b2113433f
commit
dfb52a51ef
|
@ -111,6 +111,10 @@ it can not be used anymore as encrypting it is not possible anymore.
|
|||
|
||||
#### Use with MongoDB
|
||||
|
||||
> **WARNING**: Use Postgres if possible! Mongo has problems with saving large
|
||||
> amounts of data in a document and causes also other problems. So support will
|
||||
> may be dropped in the future.
|
||||
|
||||
Replace the following placeholders with the actual data:
|
||||
- MONGO_DATABASE
|
||||
- MONGO_HOST
|
||||
|
|
|
@ -107,6 +107,10 @@ environment variables have to be set.
|
|||
|
||||
#### Start with MongoDB as Database
|
||||
|
||||
> **WARNING**: Use Postgres if possible! Mongo has problems with saving large
|
||||
> amounts of data in a document and causes also other problems. So support will
|
||||
> may be dropped in the future.
|
||||
|
||||
To use MongoDB as database you can provide the following environment variables like
|
||||
in the example bellow:
|
||||
- `DB_TYPE=mongodb`
|
||||
|
|
Loading…
Reference in a new issue