Quantcast
Channel: WordPress.org Forums » [Backup, Restore and Migrate your sites with XCloner] Support
Viewing all 892 articles
Browse latest View live

Idea for xcloner settings

$
0
0

Replies: 1

Hello!
We’ve got a problem with site backups. Once wp size became more than ~130-150mb, cron job interrupts with an error, due to shared hosting limits.
Tech support replied to our questions, that the servers are set up to stop every process, that make more than 10% processor load in 10 seconds time period.
The idea is to add to the plugin settings additional option – time limit for backup script execution, and make small pauses in backup process every time the limit is reached. In this case, cron job will take more time, but it would give assurance that everything’s ok, regardless of wp size.
What do you think about that idea? And is it possible to add this feature to Xcloner?

Best wishes, Ivan

  • This topic was modified 21 hours, 50 minutes ago by ibelyaev.
  • This topic was modified 21 hours, 49 minutes ago by ibelyaev.

Xcloner_Backup is not defined

$
0
0

Replies: 4

I cannot generate backups, I get the Javascript errors:

admin.php?page=xcloner_generate_backups_page:218 Uncaught ReferenceError: Xcloner_Backup is not defined
at admin.php?page=xcloner_generate_backups_page:218
(anonymous) @ admin.php?page=xcloner_generate_backups_page:218
admin.php?page=xcloner_generate_backups_page:327 Uncaught TypeError: Cannot read property ‘start_backup’ of undefined
at HTMLAnchorElement.onclick (admin.php?page=xcloner_generate_backups_page:327)

Restore https: -> http: or http: -> https:

$
0
0

Replies: 1

Xcloner is not allowing me to restore from my Production server which is https: to my development server which is http:. I think this would be a common setup where you do not want to buy a certificate for a dev subdomain just to copy your wordpress setup to development.

What do you recommend for all of us with a https production environment and a http development environment?

“Error establishing a database connection” after restore to remote location

$
0
0

Replies: 0

Trying to migrate a multi-site. A couple of notes:

1. Although the plugin claims to update wp-config.php during the last step, it failed to update the site URL in my case, although these credentials (for the target URL, target DB, etc.) were provided during the process.

2. After the restore to remote location process completion (and manually updating the wp-config), the new/remote site gives “Error establishing a database connection” error.
2.1. I have attempted to change the DB pwd for the existing user, and create a new DB user and enter the details in both wp-config and installatron. Nothing, still same error.
2.2. I have attempted to repair DB in phpmyadmin. No effect, still the same error.
2.3. Diagnostics by creating a checkdb.php file with the code

<?php
$test = mysql_connect(‘localhost’, ‘db_user’, ‘db_password’);
if (!$test) {
die(‘MySQL Error: ‘ . mysql_error());
}
echo ‘Database connection is working properly!’;
mysql_close($testConnection);

Give output “Access denied for user ‘db_user’@’localhost’ (using password: YES) in /home/…/domains/…/public_html/checkdb.php on line 2 MySQL Error: Access denied for user ‘db_user’@’localhost’ (using password: YES)”

Any thoughts as to what may be causing this?

All of the tables that need to be present in the DB are present. I have checked in MySQLManagement (using DirectAdmin) the permissions of the DB user which credentials are in the wp-config file, and the permissions are listed as available there. What else should I check?

Communication Error Response Code: 500 Internal Server Error

$
0
0

Replies: 1

Hey!

Every time i keep backing up my WordPress website using xCloner i keep getting this error:
{"readyState":4,"responseText":"","responseJSON":null,"status":500,"statusText":"Internal Server Error"}

Any idea how i can fix this issue?

Thank you

Error Loading Files Structure Response Code: 200 OK

$
0
0

Replies: 1

Hi. I just installed the plugin on my web page. When I go to do a local backup I get the following error. Why can it be?

Warning: is_dir(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/usr/home/example.es/:/home/example.es/:/usr/home/services/:/usr/share/php56/) in /usr/home/example.es/web/wp-content/plugins/xcloner-backup-and-restore/includes/class-xcloner-settings.php on line 74 Warning: is_dir(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/usr/home/example.es/:/home/example.es/:/usr/home/services/:/usr/share/php56/) in /usr/home/example.es/web/wp-content/plugins/xcloner-backup-and-restore/includes/class-xcloner-settings.php on line 80

  • This topic was modified 13 hours, 5 minutes ago by isabellavmar.

Problem with Xcloner restore

$
0
0

Replies: 11

Seems there are problem with the restore of the database data.
When restoring une site to a backup one i noticied i lose some menu items.
Looks like HTML widgets in the right menu got lost.

Tried this with two site and in both the restore i have this problem.

Buddypress

$
0
0

Replies: 1

Can I restore my entire buddypress community with Xcloner? Or how far does the backup of xcloner go?


Automatic remote sync and delete

$
0
0

Replies: 10

Hi, Would it be soon available to automate the remote sync with deletion option off course.
This would make the Xcloner truly an effective one.

Hope to read you soon about it.
Best.

Xcloner webdav nextcloud error

$
0
0

Replies: 0

Hi
First, many thanks for all your time developing Xcloner, it is very much appreciated.

I an trying to get wordpress backups working with a nextcloud server but am getting an error.

Domain is hosted using cpanel & lightspeed. WP 4.9.1 with Xcloner 4.0.5 & Nextcloud 12.

I have Xcloner webdav setup with base URL: https://domain/nextcloud/remote.php/dav/files/user/ and user and password. A verify shows “Webdav connection is valid.”
I can access the webdav share via linux “davs://domain/nextcloud/remote.php/dav/files/user” and can create and delete files so that part is working ok.

When I go to “manage backups”, click on upload and select “webdav” I get an error “Uploading backup to the selected remote storage… necessary data rewind wasn’t possible”. This is with a 103MB backup file. Doing the same with just a database backup file of 2MB gives the same error.

Could you let me know if you have come across this before and what it might be.

Cheers
Andy

Fatal eror. Conflict with Constant Contact Plugin?

$
0
0

Replies: 1

WordPress and all plugins updated.
When XCloner is activated we get a fatal error in the backend when we try to modify a certain Custom Post Type.
Does not happen on regular Pages and Posts.
Does not happen when XCloner deactivated.
Does not happen when Constant Contact Plugin is deactivated while Xcloner is active.

CC plugin is the official CC plugin: Constant Contact Forms for WordPress.

This is the error message:

Fatal error: Uncaught TypeError: Argument 3 passed to GuzzleHttp\Client::request() must be of the type array, string given, called in /home/…./wp-content/plugins/xcloner-backup-and-restore/vendor/guzzlehttp/guzzle/src/Client.php on line 87 and defined in /home/…./wp-content/plugins/xcloner-backup-and-restore/vendor/guzzlehttp/guzzle/src/Client.php:126 Stack trace: #0 /home/…./wp-content/plugins/xcloner-backup-and-restore/vendor/guzzlehttp/guzzle/src/Client.php(87): GuzzleHttp\Client->request(‘createRequest’, ‘GET’, ‘https://api.con…’) #1 /home/…./wp-content/plugins/constant-contact-forms/vendor/constantcontact/constantcontact/constantcontact/src/Ctct/Services/BaseService.php(69): GuzzleHttp\Client->__call(‘createRequest’, Array) #2 /home/…./wp-content/plugins/constant-contact-forms/vendor/constantcontact/constantcontact/constantcontact/src/Ctct/Services/ListService.php(31): Ctct\Services\BaseService->createBaseR in /home/…./wp-content/plugins/xcloner-backup-and-restore/vendor/guzzlehttp/guzzle/src/Client.php on line 126

Amazon S3 Backup storage location?

$
0
0

Replies: 3

Is it possible to directly back up to an Amazon S3 bucket? I see the “Backup storage location” setting, but it defaults to a local directory.

I want to use an S3 bucket as a destination. I have applied my Amazon AWS secret key and ID and validated them.

Does the plugin let us configure the S3 bucket as the destination?

Amazon S3 – useful change?

$
0
0

Replies: 6

I’ve recently started to use MinIO to store backup data etc. and would love to be able to point Xcloner at it.

Would you consider adding a “custom” option to the S3 settings that allows you to specify a URL as opposed to working out the URL from the region settings?
If you wanted to go a little further, you could also specify a folder name – this was you could use a bucket for multiple uses.

Hope the suggestion helps an already great plugin!

Cheers,
Steve.

Could not run restore script, sent HASH is empty!”, “error” : true, “message”

$
0
0

Replies: 3

Hello Liuta Ovidiu,

I’m trying to restore a website, since I change hosting (from hostgator to godaddy), it happens that when executing the script http://superlativo10.com/xcloner_restore.php and it tells me the following error message: {“status “:” 404 “,” statusText “:” Could not run restore script, sent HASH is empty! “,” Error “: true,” message “:” Could not run restore script, sent HASH is empty! “}, Please to tell me what I’m doing wrong.

Multiple remotes?

$
0
0

Replies: 2

I just wanted to check whether I’d overlooked something in the plugin – is it possible to have multiple remote storage settings in a scheduled job or do I need to set up two sheduled backups instead?

As I only keep one backup on the server itself then this isn’t a huge issue for me (I.E. the second backup would simply overwrite the first local backup) but just wondered if I’d missed an option.

Thanks,
Steve.


Backblaze B2 storage read problem.

$
0
0

Replies: 1

I have xcloner backing up many sites to my Backblaze B2 storage and it works great on all instances – Thanks for a great plugin!

However, when using the Manage backups page to view the available backups, if I switch to view the back blaze remote storage backups the page reloads and just displays the word ‘read’.

This happens on several, but not all of my installations. I’ve double checked my back blaze settings, and they’re all correct – and the actual backups work and arrive in the remote storage, so the connection must be good.

Here’s a little screencast: https://screencast.com/t/4dUzBX3m6l1W

Any ideas what I could do to solve this?

Thanks,
Ben.

didn’t restore all database-tables

$
0
0

Replies: 2

hello,

i tested XCloner today and deleted some unused tables in my DB. after restore there are 2 out of 8 back.

i don’t know where that 6 tables have gone, but i hope you work out properly on this plugin.

kind regards

Dropbox error

$
0
0

Replies: 4

Hello! When I try to upload files to Dropbox, an error occurs. Sometimes .csv is still transmitted, that’s all. The validation of Dropbox passes.

Screnshot: https://ibb.co/g23yxR

Options: https://ibb.co/b0PP46

Files permissions – 644 , folder – 755

Logs:

[2018-01-09 13:45:50] xcloner_file_system.INFO: Cleaning the backup storage on matching rules [] []
[2018-01-09 13:46:29] xcloner_remote_storage.INFO: Creating the DROPBOX remote storage connection [“”] []
[2018-01-09 13:46:29] xcloner_remote_storage.INFO: Doing DROPBOX remote storage cleanup for 7 days limit [] []
[2018-01-09 13:46:32] xcloner_remote_storage.INFO: Transferring backup backup_faluninfo.ru-2018-01-08_03-07-sql-multipart-7076e.csv to remote storage DROPBOX [“”] []
[2018-01-09 13:46:34] xcloner_remote_storage.INFO: Transferring backup backup_faluninfo.ru-2018-01-08_03-07-sql-part1-7076e.tar to remote storage DROPBOX [“”] []
[2018-01-09 13:51:05] xcloner_file_system.INFO: Cleaning the backup storage on matching rules [] []

  • This topic was modified 1 month, 4 weeks ago by elaginnn.
  • This topic was modified 1 month, 4 weeks ago by elaginnn.
  • This topic was modified 1 month, 4 weeks ago by elaginnn.

Backblaze connection error

$
0
0

Replies: 1

I’ve added Backblaze as a remote storage option, i’ve put in the account id, application key and bucket name.

When i try to verify, i get this error

Backblaze connection error: There is no existing directory at “php:” and its not buildable: Permission denied

What do I need to do to get this working?

Changed HOSTS file to build website, now backup and restore to original site

$
0
0

Replies: 1

Hello,
I just build a new site. I build it on another online server. I changed my hosts file to view and edit the page. Now i need to restore the whole website to de live server.

With the old xcloner it sends the backup files through the ftp, then i changed the hosts file, went to the live site and run the restore.

Now i first have to connect to de ‘live’ site (which isn’t available because of the hosts file). How do i send the files to the live site? And i don’t want to use ftp, because that process is so slow..
Thank you
Jeroen

Viewing all 892 articles
Browse latest View live