Hello,so we have migrated a volume from an aws account to our on premises server and mounted things to the /srv folder as seen here version: '3.7'#################################### NOTICE ############ - Pastebin.com, But on starting the services we are facing a shards issue with couch db as seen here [info] 2024-11-29T03:50:09.687215Z couchdb@127.0.0.1 <0.9.0> -------- Applicatio - Pastebin.com Any thoughts on how to fix this!,thanks
Hi @Herbert
My suspicion is a bad copy, and the only recommendation would be to retry the migration.
Let us know how it went.
actually retried with a new copy several times but the same error
Hmm. how are you copying the data? What are your steps?
I am using rysnc to connect between the two servers ie the AWS one and the on premises and I run the command from the on premises one
Can you please share the exact command?
Is your AWS instance in use - responding to requests while you are running rsync?
no the vm on aws just has a mounted folder that i pull using rsync as per this command:
sudo rsync -avz --ignore-existing -e "ssh -i /home/myusername/.ssh/id_rsa" ubuntu@remoteipaddress:/folderonaws/ /srvFolderOnmyonPremises/