Live Server and Dev Server -> how to?

System Information
  • Strapi Version: 3.6.8
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi,

atm I develope and implemtens on my live server.

now I want change that situation.

I Want a Live Server and a Dev Server with different Databases .
Or is it better to have a Live and a Dev Server on the same Server with different ports ?

Got someone of you a good “How To” Description or Site for that?

Thank you

so long Maxwiill

It’s up to you, but ideally, you should have two different environments each living on its own server. You can certainly run both on the same server using two separate ports, though.

Each environment should definitely be using its own database as well.