No worries, using this lesson to put in backup procedures in place haha
Yeah, I'm afraid neither one can be used to repopulate the other...
Redis is mainly used as a memory cache, so backing it up is not required.
Hi @<1523701087100473344:profile|SuccessfulKoala55> How necessary is it to backup redis? What's it used for in the application? I found it quite simple to backup mongo using mongodump
, but I'm having some issues with gracefully creating a redis backup.
Hi @<1600661428556009472:profile|HighCoyote66> , redis is not a concern, but the MongoDB is the main store of metadata and administrative data for the ClearML system. Did you delete the containers or the data folder? Is it possible this action corrupted the data folder?
Yea I ran a system reset that removes all pods, contianers, images, networks, volumes. I was wondering if it was possible to repopulate MongoDB if I had the fileserver intact. If it's not possible to repopulate MongoDB, it's not the end of the world as I only had a few experiments on it.