2 years ago
I migrated my DB successfully for an automated Insulin project called LOOP but got an error "Warning: Hard coded connection URL detected". The no longer works and I don't know what to do. Can anyone help?
8 Replies
2 years ago
you would be able to get much more thorough help for this on our discord server
go ahead and join and then open a thread in #db-migration-help
2 years ago
Look for any services with a connection URL to your database, and update it to the newly migrated one.
2 years ago
I am pretty new…how do I do that? Also, I did delete the old DB.
2 years ago
I don't understand how to connect the MongoDB that's been migrated to the Railway.app. It must be pointing to the old pre-migrated DB that was deactivated. HELP!!
2 years ago
update the database connection details to the new database's connection details on whatever is trying to connect to the old database.
2 years ago
are those details in the database or the Railway software?
2 years ago
you will find the database connection details in the variables tab of the database service, use them in whatever is trying to connect to the old database.
Status changed to Solved Railway • about 2 years ago
2 years ago
I think you solved it! I needed to take the new DB path and assign it to the new railway software.
Many thanks!