- Issue created by @john.malpede@threewiresys.com
- Status changed to Postponed: needs info
over 1 year ago 1:10am 25 January 2024 - πΊπΈUnited States cmlara
@cilefen Thanks for moving the issue into the correct queue.
@john.malpede@threewiresys.com
This sounds like you may have attempted to migrate with the d7_file(public://) and/or d7_file_private(private://) migrations instead of the d7_s3fs_public_migrate, and d7_s3fs_private_migrate migrations.
If you have not already I would suggest reviewing the section on Upgrading from Drupal 7 in the README.txt ?
Can you confirm you are using the s3fs provided migrations or are you attempting to migrate away from 3FS?
Our Drupal 7 site has files stored using s3fs public and private. (Version: 7.x-2.14)
Out Drupal 10 site is configured to use s3fs public and private. (Version: 8.x-3.4)
As test for the Drupal 10 site, I uploaded files to s3 and verified the files in the bucket and the verified that the site was working correctly.
The issue I am running into, is we are using a new s3 bucket to store or files.
From README.TXT:
These scripts copy the managed file entries from D7 into D8 without
copying the actual files because they are already stored in the s3
bucket.So, it looks like for migrating to new buckets, I need to copy the files from the old bucket, then perform a config validation and a metadata cache refresh to import the current list of files stored in the S3 bucket.
After preforming those steps, I can now see the files that were missing.
Thanks for pointing me in the right direction.
- Status changed to Fixed
about 1 year ago 9:42pm 31 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.