I'm using the azure-blob-storage-provider package and it's working great with new images, but I've got a lot of existing files already on my website and I need to move them into the blob storage.
To do that, I would probably need to change the URL in the DB, so they can point to the blob storage. I found one instance in the cmsPropertyData table.
What I'm looking for right now is: when you use an image on a page, where can you see it in the DB? Where is the link between the actual document (or the field where you put that image) and the actual image?
Moving files to an azure blob storage
Hi,
I'm using the azure-blob-storage-provider package and it's working great with new images, but I've got a lot of existing files already on my website and I need to move them into the blob storage.
To do that, I would probably need to change the URL in the DB, so they can point to the blob storage. I found one instance in the cmsPropertyData table.
What I'm looking for right now is: when you use an image on a page, where can you see it in the DB?
Where is the link between the actual document (or the field where you put that image) and the actual image?
Thank you
Any ideas?
is working on a reply...