mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
📚 Add MySQL database option to intro (#1006)
This commit is contained in:
parent
48c68a30ad
commit
9496505232
|
@ -107,7 +107,7 @@ docker run -it --rm \
|
|||
### Start with other Database
|
||||
|
||||
By default n8n uses SQLite to save credentials, past executions and workflows.
|
||||
n8n however also supports MongoDB and PostgresDB. To use them simply a few
|
||||
n8n however also supports MongoDB, PostgresDB and MySQL. To use them simply a few
|
||||
environment variables have to be set.
|
||||
|
||||
It is important to still persist the data in the `/root/.n8` folder. The reason
|
||||
|
|
Loading…
Reference in a new issue