mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
📚 Add warning about using Mongo as database
This commit is contained in:
@@ -111,6 +111,10 @@ it can not be used anymore as encrypting it is not possible anymore.
|
|||||||
|
|
||||||
#### Use with MongoDB
|
#### 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:
|
Replace the following placeholders with the actual data:
|
||||||
- MONGO_DATABASE
|
- MONGO_DATABASE
|
||||||
- MONGO_HOST
|
- MONGO_HOST
|
||||||
|
|||||||
@@ -107,6 +107,10 @@ environment variables have to be set.
|
|||||||
|
|
||||||
#### Start with MongoDB as Database
|
#### 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
|
To use MongoDB as database you can provide the following environment variables like
|
||||||
in the example bellow:
|
in the example bellow:
|
||||||
- `DB_TYPE=mongodb`
|
- `DB_TYPE=mongodb`
|
||||||
|
|||||||
Reference in New Issue
Block a user