I’m importing the images from a local filesystem. They get copied over to wp-content/uploads/ fine. However, the generated HTML contains the old URL for the images starting at image 2.
I’m not able to define a DNS entry for the new site (still in migration), so to look at an example, you have to add a static IP in your /etc/hosts, eg “185.125.27.30 dev.saca.ch”, then go to http://dev.saca.ch/2022/bericht-zur-euro-2022-classic/
an example is image view-source:http://dev.saca.ch/wp-content/uploads/2022/10/p1_plage.jpg, which loads good so the file is present. However in the HTML code, you will see …src=”/dp/files/p1_plage.jpg” which is the old URL in Drupal.
I was able to import images, but for supplemental images, the URL is not patched inside the blog articles.