You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-docs/latest/setup-deployment-guides/configurations/required/databases.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,11 +76,12 @@ When using Docker, change the pool `min` value to `0` as Docker will kill any id
76
76
77
77
### `settings` configuration object
78
78
79
-
The `settings` object found in `./config/database.js` (or `./config/database.ts` for TypeScript) is used to configure Strapi-specific database settings and accepts the following parameter:
79
+
The `settings` object found in `./config/database.js` (or `./config/database.ts` for TypeScript) is used to configure Strapi-specific database settings and accepts the following parameters:
|`forceMigration`| Enable or disable the forced database migration. |`Boolean`|`true`|
84
+
|`runMigrations`| Enable or disable database migrations from running on start up. |`Boolean`|`true`|
84
85
85
86
<!-- TODO: Open and track a feature request for autoMigration as it doesn't exist in v4 -->
86
87
@@ -285,4 +286,4 @@ The following documentation covers how to install SQLite locally (for developmen
285
286
286
287
:::caution
287
288
Installation guides for other databases (MySQL, MariaDB) are being reworked. [Contributions](https://github.com/strapi/documentation/blob/main/CONTRIBUTING.md) are most welcome.
0 commit comments