Active
Project:
Hosting Wordpress
Version:
7.x-3.8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2016 at 17:46 UTC
Updated:
7 Nov 2016 at 19:52 UTC
Jump to comment: Most recent
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
Comment #2
bgm commentedHi,
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