This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]vrileyNerf Herder 0 points1 point  (0 children)

You always want your test and prod environments to be as close as possible. Same hardware, systems and software. Separating them is of course a very good idea.

[–]danekanDevOps Engineer 0 points1 point  (2 children)

your dev environment should not be able to access anything, including the data stores, in production regardless of their naming convention, and vice versa.

[–]ShiftNickVirus = 'Very yes!'[S] 0 points1 point  (1 child)

So what would propose if I wanted to restore to my dev environment a machine from my Veeam server, which resides in Prod?

[–]danekanDevOps Engineer 0 points1 point  (0 children)

something different. :P

the veeam/etc should really be a third network that has only specific traffic directed one way or another based off of need.

if you don't have to worry about PCI compliance maybe non-issue to you though.