Two different environment database is in sync. I want to de-sync those

shaikat
PROOP

11 days ago

Hi there,

I have created two environment one is prod and another is dev. Dev might be a duplicate of Prod.

However, if I change any value in either prod or dev database it sync in the both environment Postgres database. It's okay if a change in prod is sync with dev. However, if I change something in the dev for testing or such it shouldn't change the prod database also.

How can I disable this sync? I am also thinking whether delete the database in Dev environment will also delete the database in prod environment or not.

$10 Bounty

3 Replies

Railway
BOT

11 days ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


11 days 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 noahd 11 days ago


andresndp
FREE

11 days ago

Did you duplicate the dev environment from prod? If that is the case, it may have inherited a reference variable pointing to the same database service’s DATABASE_URL, so writes in dev also affect prod and vice-versa.


11 days ago

How are you changing values? through the data tab?


Two different environment database is in sync. I want to de-sync those - Railway Help Station