View Single Post
  #8  
Old 08-20-2018, 11:53 AM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: Switching back to hosting my own images

I believe this SQL query will help you.


update xlite_product_images set storageType = 'r';


It will change the storage from S3 to local server for all images.
Make sure to run it on all tables that contain records about images.


Full list of such tables can be retrieved using the following query.


show tables like '%image%';
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote