• Hi,

    It’s been a wek that I am trying to sync my wordpress-woocommerce website to GCS with WP-Stateless, but the process is always failing because of the size of my library (502, 503, 504).

    Do you have any recommendation to offload this 60k-images-library ?

    Best,

    Maxime

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue, did you find a solution?

    Plugin Author Eric Sopp

    (@ideric)

    We’ve been discussing internally on improving the sync process. At the moment, there is no other offering beyond what the plugin provides in the current released version.

    Plugin Author Eric Sopp

    (@ideric)

    We’re planning on releasing a better sync function to handle larger libraries and plan to release it with v3.1. Follow progress on GitHub at https://github.com/udx/wp-stateless/milestone/38

    We had same problem took us few cycles to figure it out
    Steps:
    gsutil -m rsync -r /htdocs/wp-content/uploads/ gs://Bucket/Directory/

    Set security to public
    gsutil -m acl ch -r -u AllUsers:R gs://Bucket/Directory/

    Add any meta if you are not using a load balancer and Google CDN

    Last but not least:

    
    wp-cli search-replace "https://site-abc.com//wp-content/uploads/" "<your storage address/>"
    

    The problem we are having is once in a while, the plugin having some challenges (memory, loopback, time out, cron not working), which why we running this sync in the background every 15 min.

    Kindly,
    Sam
    https://kidsontheyard.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘transfer large wordpress media library (60k images)’ is closed to new replies.