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
Ralph
2
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
tom_li
4
Did you find out how to do it?