transfer service to another project
Hello,
I have an api running in a specific project, and a database and backup nodejs app running as two services in a different project, can I merge them all together in one project (as multiple services) without the need to delete and create a new service and configure them from the start, just transfer? And is it recommended to combine them all together in first place? They all related services but just asking to be sure.
And thanks in advance ππΌ
Solution:Jump to solution
all related services should be in the same project so that they can communicate via the private network saving you on egrees.
unfortunately railway does not provide a way to move services from one project to another yet, so that would be a fully manual process....
3 Replies
Project ID:
66e86b54-709d-4b45-9625-e3b0bf32a5c7
66e86b54-709d-4b45-9625-e3b0bf32a5c7
Solution
all related services should be in the same project so that they can communicate via the private network saving you on egrees.
unfortunately railway does not provide a way to move services from one project to another yet, so that would be a fully manual process.