djhmateer
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Corrupt export with Docker shared volume@yaniiliev good find!
I can confirm this fixes the problem. To ‘fix’ the issue I manually went into the running container and edited the /etc/apache2/apache2.conf file adding in the lines:
EnableMMAP Off
EnableSendfile Offthen restarting with: apachectl restart
Export then worked fine. The import container didn’t need the fix to work.
https://httpd.apache.org/docs/2.4/mod/core.html#enablemmap
Many thanks
DaveForum: Plugins
In reply to: [All-in-One WP Migration and Backup] Corrupt export with Docker shared volume@yaniiliev file link taken down.
Windows 10. Docker CE 18.03.1-ce-win65 (17513). Stable channel. (latest version)
steps to repro:
1 – make new docker-compose.yml file (copy and pasted from my first post above)
2 – docker-compose up
3 – install wordpress
4 – install your All-in-One WP Migration (so yes, latest version 6.69) from live
5 – make change to hello world post (make title: hello world2)
6 – export to file
7 – make a new instance of wordpress like above and import.
8 – see failure in wp-content directoryI tried the https://traktor.servmask.com link which didn’t work and gave me this:
https://ibb.co/fb5K8TMany thanks
Regards
DaveForum: Plugins
In reply to: [All-in-One WP Migration and Backup] Corrupt export with Docker shared volume@yaniiliev Interesting that it is fine on Linux/Mac.
I’ve put the 2 files into this zip for reference
https://davemateer.com/assets/files.zip
Many thanks for looking into this.
Regards
Dave