Multiple Instances on NOP on Same SQL DB

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I want to run 3 or 4 different sites using NOP on the same sql server.  Is this possible to do.
13 years ago
When you setup nopCommerce click on use existing database and enter the instance name of the database you wish to use. Each site should point to the same instance name.

Note that in doing this your users will be restricted to using the same user name across each site as the database will already be populated with the users email address.

You may experience performance issues when running multiple site from a single database instance depending on the number of users across each site that is accessing the database at a single time. There are other issues that may need to be addressed before you commit yourself to using a single database instance across multiple sites.

If you are not familiar with database management I strongly suggest that you create a new instance for each site to reduce any conflicts that arise from running multiple sites from a single database. You will also need to verify that you have enough memory to run each instance. As the databases grow so will your system requirments to maintain max performance.
13 years ago
Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.