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.
3 Replies
11 days ago
Hey there! We've found the following might help you get unblocked faster:
🧵 [SOLVED] Environment/PR Environment Database Query Discrepancy
🧵 What I built: Using Railway for a Multi-Client Laravel App
🧵 n8n Cannot Connect to Railway Postgres - Internal Network Issue
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
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.
