From 0a792c3873d640de82c92c41dfa0c0de2caa9019 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 18 Sep 2018 12:31:06 -0400 Subject: [PATCH] Adds a note about sharing databases to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a03c2d0a2d..10e2440f64 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,8 @@ If using MySQL, our provider library [recommends you set 'utf8mb4' as your defau The user created for the application will need the privilege to create databases on the first run. Once the initial set of migrations is run, the create right may be revoked. The user should maintain DDL rights though for applying future migrations +Note that the ratio of application installations to databases is 1:1. Do not attempt to share a database amongst multiple TGS installations. + ### Starting For the Windows service version start the `tgstation-server-4` service