Skip to main content
Solved

Multiple environments on same SQL-server?

  • March 10, 2020
  • 2 replies
  • 282 views

 

Due to cost of servers, it would be beneficial to have both a developer and a production on the same server. Is this possible right now? The manual doesn't explicitly mention this.

If it is possible to run both environments on the same server, do they need different SQL server instances or can they use the same instance? 

 

 

Best answer by JTreadwell

Hi Niclas, Thanks for posting!

Yes this is possible. You simply need a new set of databases (including the project repository) for each environment, but they can all be on the same instance. 

This guide on how to configure multiple environments should be fairly straightforward if you are configuring on the same or multiple servers. 

2 replies

JTreadwell
Employee
Forum|alt.badge.img+5
  • Employee
  • 182 replies
  • Answer
  • March 10, 2020

Hi Niclas, Thanks for posting!

Yes this is possible. You simply need a new set of databases (including the project repository) for each environment, but they can all be on the same instance. 

This guide on how to configure multiple environments should be fairly straightforward if you are configuring on the same or multiple servers. 


  • Author
  • Starter
  • 1 reply
  • March 12, 2020

Thanks for the link. That one clearly handles the case of using the same server and instance. It wasn't obvious that it was possible in the user guide :)