📚 Add warning about using Mongo as database

This commit is contained in:
Jan Oberhauser 2019-09-04 18:37:20 +02:00
parent 2b2113433f
commit dfb52a51ef
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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`