• Resolved scottmont

    (@scottmont)


    I recently moved my wp installs to a docker container on aws plus I use s3offload to host the uploads folder in an s3 bucket.

    When I update the container the db is lost. Can i have it upload the db to my s3 bucket and reference it there instead ?

    https://ww.wp.xz.cn/plugins/geoip-detect/

Viewing 1 replies (of 1 total)
  • Sorry “uploading into the s3 bucket” sounds too complicated & irrelevant for this plugin. However there might be a way for you to work around this:

    Instead of letting the plugin auto-update the db, use the update-script provided by maxmind:

    https://dev.maxmind.com/geoip/geoipupdate/

    and let it run each time after the docker update in a path chosen by you. Then enter this path as “manual database” in the plugin.

Viewing 1 replies (of 1 total)

The topic ‘AWS S3’ is closed to new replies.