I have recently generated a droplet in DigitalOcean for my blog after the old installation in my VPS was having issues with upgrading. I had backed up my data using the exported and copied the content folder. After installation of the new droplet, I imported my data form the json and the content got imported fine. Then I copied the images in my content folder that I had backed up to the images folder in the new installation. But the images are still not loading for my blog.
I did a it of troubleshooting and found out that the records for the posts and other things are referring to a folder /abcd/content/images/2019/01/abcdefgh.png
whereas any new images created in the new installation is creating the record to point at /content/images/2019/01/abcdefgh.png
although the files are getting places in the same location in the file system.
Is there any way to fix this without removing the image refeneces from all posts and redoing things?
Blog URL:https://cmdrgarud.blog/