How to sync images to Magento 2.3.3 from magento 1.9.2.3 live server.
After successfully migrated Magento 2.3.3 from Magento 1.9.2.3 how to sync images from live Magento 1.9.2.3 server?
Hi @Aveeva
You need to manually upload media/catalog
folder at pub/media/catalog.
for more info :
https://devdocs.magento.com/guides/v2.3/migration/migration-manually.html
I hope it will help you!
Hello @Aveeva
you can do server to server sync and you can do it
rsync -azvP media/catalog <destination_environment_ssh_link@ssh.region.magento.cloud>:pub/media/
you need to run above command from m1 server
hello @Aveeva
please mark as solution if help you.
Hi @Aveeva,
You need to migrate your images manually. Kindly refer to the below URL for more information about the process.
https://devdocs.magento.com/guides/v2.3/migration/migration-manually.html
Let me know if you need further assistance. Hope it helps!
_____________
If issue solved, Click Kudos & Accept as Solution.