Question

I am using Backup and Migrate on D7. I am unable to backup to NodeSquirrel due to the following error:

TYPE    backup_migrate

The NodeSquirrel server returned the following error: Error opening socket ssl://api.nodesquirrel.com:443

Could not run backup because the file could not be saved to the destination.

Please see below a screenshot of the error-

enter image description here

Apparently, it is a bug with the Backup and Migrate module as mentioned in the answer.

Was it helpful?

Solution

https://www.drupal.org/project/backup_migrate/issues/3037038

Update April 10: Workaround

Per e5sego, the "nodesquirrel_default_endpoint_urls" variable can be changed to "74.121.199.90/services/xmlrpc" to avoid the current DNS problems we're seeing, e.g. drush vset nodesquirrel_default_endpoint_urls "74.121.199.90/services/xmlrpc" Just make sure to delete the variable once the DNS problems are resolved (drush vdel nodesquirrel_default_endpoint_urls).

Licensed under: CC-BY-SA with attribution
Not affiliated with drupal.stackexchange
scroll top