redis cli

After migrating my postgres and redis my APIs don't work anymore. I added the new privat redis url to my app but then there was short pop up saying something about "not able to update". And when i try to reach my api i see that it tries to connect to the olf redis container. Any one knows what to do?
Solution:
your app is still trying to connect to the non existent database, please read this https://docs.railway.app/guides/database-migration-guide#switching-over-connections
Jump to solution
8 Replies
Percy
Percy4mo ago
Project ID: 86f38f52-2ee4-462c-bb83-67e22c0db4bf
AfroSamurai202
AfroSamurai2024mo ago
86f38f52-2ee4-462c-bb83-67e22c0db4bf
Brody
Brody4mo ago
please show any errors you are getting
AfroSamurai202
AfroSamurai2024mo ago
No description
Solution
Brody
Brody4mo ago
your app is still trying to connect to the non existent database, please read this https://docs.railway.app/guides/database-migration-guide#switching-over-connections
AfroSamurai202
AfroSamurai2024mo ago
after i added the new redis privat url to my app and deployed it i still get this warning:
No description
AfroSamurai202
AfroSamurai2024mo ago
And still the wrong container
No description
Brody
Brody4mo ago
because changes weren't applied, try again please