is it possible to change an existing model's URL?
Edit the DBs ... That's basically the only way 😞
is it possible to change an existing model's URL?
would it be smart to try to do this straight on the database? Is it Mongodb?
Hi @<1556450111259676672:profile|PlainSeaurchin97>
While testing the migration, we found that all of our models had their
MODEL URL
set to the IP of the old server.
Yes all the artifacts/models/debug-samples are stored "as is" , this means that if you configured your original setup with IP, it is kind of stuck there, this is why it is always preferred to use host-name ...
you apparently also need to rename
all
model URLs
Yes 😞