pantheon-systems / terminus-site-clone-plugin

A Terminus plugin that adds the `site:clone` command to facilitate cloning sites on Pantheon
MIT License
21 stars 11 forks source link

Deprecated code checking with backup #20

Open sugaroverflow opened 4 years ago

sugaroverflow commented 4 years ago

Debugging a site clone issue with @sewmyheadon got us this notice:

Undefined index 'backup' /SiteCloneCommand/php on Line 117 of SiteCloneCommand

It appears that we have some code from the previous version of the the site:clone plugin. 2.0.0 brought about separating the backup options into source and destination.

Opening this issue to determine if we'd like to keep this functionality and if so, for both backup options to to remove it.