service id on different environments

I forked my production environment. I realized that both Postgres services have the same serviceId This raised the question. What do environments do? Are the services freshly created or is it same service with different variables? Can I safely alter DB data on new environment or am I altering data of the original DB?
3 Replies
Percy
Percy8mo ago
Project ID: c8a3a09e-6d60-47cd-99c3-823f16017ef9
dwaynemac
dwaynemac8mo ago
c8a3a09e-6d60-47cd-99c3-823f16017ef9
Brody
Brody8mo ago
the services are freshly created, initially they will have the same variables, but you can change the variables, altering data in the volume on a service in another environment will not effect data in volumes in other environments