Hi,

Creating, update via WP-cli and delete wpsite is work.
Backup not work, drush not found command "provision-wordpress-backup"

Bootstrap to phase 0.	
-
The drush command 'provision-wordpress-backup' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions.

in hosting_wpsite/hosting_wpsite.module
line 29 is disabled ? normaly ?

include_once 'hosting_wpsite.nodeapi.inc';
include_once 'hosting_wpsite.form.inc';
# include_once 'hosting_site.backups.inc';

Solution ?
Wait news,
Best regards,

Libre

Comments

libre created an issue. See original summary.

bgm’s picture

Category: Bug report » Feature request

Hi,

Backup is not implemented yet. This module is still highly experimental. It basically supports install/disable/enable for now. I'm also not too sure how to prioritize this, compared to the upcoming Kubernetes support in Aegir.

Patches or funding/sponsorship are more than welcome. This shouldn't be too hard to implement, and will be a requirement to implement 'migrate'.

Mathieu