a month ago
HI
I created a release environment by syncing the development environment. Now, what is the problem I'm facing is whenever I change a name on the release environment service name, it is changing on the development environment too. Both the environments are different, right? Why is changing a name on one environment impacting another environment?
Pinned Solution
a month ago
unfortunately there's no real workaround for this within the same project. you simply can't have two services with the same name in the same project, even across different environments
the only option if you absolutely need different service names per environment would be to use separate railway projects instead
Hope this help you :)
5 Replies
Status changed to Awaiting Railway Response Railway • about 1 month ago
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • about 1 month ago
a month ago
The names of the services are synced, but all other changes made to a service are scoped to a single environment.
a month ago
Hello,
when you sync environments on railway , the service name is a shared property across all your environments in that project, so changing it anywhere will reflect everywhere however that's the only thing that behaves this way , all your other settings like variables, configs, and deployments stay completely isolated per environment and won't affect each other
Hope this help you :)
a month ago
Is there any workarounds for it?
Is there any workarounds for it?
a month ago
As far as I know, there isn't. This is an intended behavior.
Is there any workarounds for it?
a month ago
unfortunately there's no real workaround for this within the same project. you simply can't have two services with the same name in the same project, even across different environments
the only option if you absolutely need different service names per environment would be to use separate railway projects instead
Hope this help you :)
Status changed to Solved sam-a • about 1 month ago