Hi @mealto
Yes, serialization is covered. The plugin by default captures ALL files in the site root folder. There is the option to then filter out or exclude directories, files or file extensions…
Hope that helps~
Thread Starter
mealto
(@mealto)
That helps. Let me figure out why the server is throwing a Zip Archive Enabled Error. Is this a PHP module that needs to be enabled?
Hey @mealto,
There are a few items on the FAQ that may provide a solution to this issue, this one may get you going.
– Working with PHP ZipArchive
– https://snapcreek.com/duplicator/docs/faqs-tech/#faq-trouble-060-q
Let me know if any of them help~
Thread Starter
mealto
(@mealto)
Alright, we are one more step ahead. Zip Archive has been enable and the plugin runs. Now for the troubleshooting.
1. I get to the Build Status page and it is a Host Build Interrupt
2. The data center tech also looked into the log files and made some tweaks but the result is still a host build interrupt.
– Increased max execution time and max input times were increased
3. Checking the package logs, it shows each step was completed successfully. So now we are not sure if the problem lies with the scan and status display or with the package creating process itself.
4. Tech also said log does show that mysqldump, which is present on the server, is not supported – but still creates the dump.Noticed the tech has increase Mysqldump PHP Code to query size of 2000 already.
I am going to ask them to crate a mysql dump manually and compare the resulting sizes with what is inside the package.
What do you think we can try to resolve this? I want to be sure everything is at 100% and no missing data is migrated to the secondary location.
Thanks!
Add-On: Just tested this. As the host build interrupt mesasge is shown, I checked both The Packages screen, and it shows a red status. This is mirrored by the /wp-snapshots folder still changing. So that tells us that the process continue to run in the background. When it completes, I see all the files created inside this folder.
So I guess we need to know if the package is complete and why we would see the Interrupt warning before the build completes?
Thanks again!
-
This reply was modified 8 years, 10 months ago by
mealto.
-
This reply was modified 8 years, 10 months ago by
mealto.
On some hosts the connection from the web-server to the client browser is terminated, however, the process still continues to run on the web server. This is usually because the web-servers timeout is lower than the PHP process timeout. Typically for larger sites on budget hosts we recommend the 2-part install. Instructions are here:
– Two-Part Install
– https://snapcreek.com/duplicator/docs/quick-start#quick-060-q
Hope that helps~
Thread Starter
mealto
(@mealto)
This is new dedicated server so we can adjust resources as we like. I would like to try it so that we can increase any parameter we need to see the package built to completion.
What parameters should we tweak and what settings do you suggest trying first?
Hey @mealto,
Here is an FAQ item that helps cover timeout setups.
– What can I try for Timeout Issues?
– https://snapcreek.com/duplicator/docs/faqs-tech/#faq-trouble-100-q
Let me know if any of them help~