ovidiul
Forum Replies Created
-
The reason for this is because the notification message contains the backup log as attached messabe, so maybe try and disable logging in XCloner once you are confident everything runs fine, and then test this again.
I would vote here for an option to decide whether the notification log should include the backup log as an attachment.
Forum: Plugins
In reply to: [Backup, Restore and Migrate your sites with XCloner] PHP WarningA fix has been posted in the latest dev version , let me know if you have any more issues.
Please open an issue in the gihub repo https://github.com/watchfulli/XCloner-Wordpress and we will add it to the list of things to fix. Thanks
- This reply was modified 5 years, 3 months ago by ovidiul.
Forum: Plugins
In reply to: [Backup, Restore and Migrate your sites with XCloner] Multisites support?Yes, XCloner can be used to backup and restore multisite installs, you can manage this in one go at the main site level, or granularly at each subsite level.
Can you check inside the XCloner Logs from it’s dashboard to see if you can spot any other errors?
I would suggest to upload the backup archive manually and then skipping that step, you are probably running into an upload limitation
That might not be related, can you try and see if by disabling all plugins you get the same issue? Ideally, you would do this in the test environment and then trying to enable each plugin at a time to see where the conflict might be.
That looks indeed as a conflict, it might be the theme or another plugin, can you check to see if you get any JS errors in the chrome develop tools console?
Forum: Plugins
In reply to: [XCloner Google Drive] No Authorisation Box AppearsAn update has been posted in the XCloner main backup plugin which would allow for seamless authentication with Google Drive without the needs to provide and Auth Key and Secret, Watchful will act as a web app authorising google drive access.
Hopefully this will clear this up. Let us know if you have further issues.
After debugging the webdav library dependency we have in place, i’ve found two issues:
1. the Webdav Base Url needs to be always without any suffixes, like http://webdav.site.com and NOT http://webdav.site.com/remote/…/
2. the Webdav Target Dir can contain the missing suffix, like remote/…/backups for instancethis should solve the “Could not rewind…” error.
The second problem seems to be related to a bug in the webdav sabre library dependency we have in place, where when a backup file is uploaded, it’s size will be zero, we have opened a issue here https://github.com/sabre-io/http/issues/153
I’ve posted the fixes in our dev package here https://github.com/watchfulli/XCloner-Wordpress/archive/milestone4.2.16.zip , feel free to let me know if you have anymore issues
Can you check if the wp_xcloner_scheduler exists? If not, you might need to create it manually as here https://ww.wp.xz.cn/support/topic/cant-create-schedule-backup/ and see if it helps
You might be running into a server side limitation, timeout or memory limit, you might have to use sftp/ftp to transfer the backup locally.
Do you get any additional errors in the XCloner Logger?
The problem is probably a server timeout, I suggest to simply setup a scheduled backup to go around this issue.
Feel free to open a new issue if you have anymore problems.
Can you please check the XCloner logs from it’s dashboard, do you get any details on the error there? It could be that you are encountering a transfer timeout error, so i suggest in this case to setup a scheduled backup and see if that helps.
Forum: Plugins
In reply to: [Backup, Restore and Migrate your sites with XCloner] Clean de-installatonI would suspect the issue you have is similar to this https://ww.wp.xz.cn/support/topic/table-wp_xcloner_scheduler-doesnt-exist/
On removal, xcloner does not remove it’s saved options, I’ve put this in our development list.
Meanwhile, to completely remove XCloner, after uninstalling the plugin, you need to connect to your database and run this query
DELETE FROMwp_optionsWHEREoption_nameLIKE 'xcloner_%'to remove all xcloner saved options.
Hope it helps.