Hi,
Recently i have moved neoload web to the other machine and want to have the back up of MongoDB in this machine so that previous results and users should be available in this neoload web
I have done back up of the MongoDB data using the following command:
sudo docker exec -it mongo mongodump --gzip --out /data/backup/dump-2020-07-13
I am able to restore the data but backend container and mongo container is exiting as soon as i am trying to run the neoload web.
Please help me.
Thanks,
Abhishek