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/features/data-stores.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ In all cases is you choose to use alternative data store we cannot provide suppo
21
21
22
22
High latency or potentially unreliable connections such as remotely hosted cloud databases are not recommended or supported.
23
23
24
+
Each instance of the app needs it's own database and a single database cannot be shared by multiple instances.
25
+
24
26
### Microsoft SQL Server
25
27
Read more about how to use SQL Server as a data store: [SQL Server Data Store Getting Started](https://github.com/webprofusion/certify-plugins/tree/development/src/DataStores/SQLServer)
0 commit comments