How to change repo for service

hi,

i have deployed mongodb using the default repo https://github.com/render-examples/mongodb/tree/master

now i want to run from my own repo, so i can do some customization. how do i switch over?

i would create a new service, but i need to keep the disk (it has the database on it)

thanks

tim

Would you be able to start your new mongo instance, and then from one or the other dump from the old instance and restore it into the new?

yes, i will do this (and suffer the down time) if no other solution is available. i can’t see why changing the repo would be a big deal

Did you find out how to do it?