Closed smaboshe closed 7 years ago
@smaboshe Yeah, it's not super well documented yet, but you need to set up some backup information within wordpress_sites.yml
or vault.yml
. The above error is basically just saying you don't have a backup_target_user
key.
What you need is something like this in your vault:
vault_wordpress_sites:`
<site domain>:
env:
db_password: #...
# ...
backup_target_user: ""
backup_target_pass: ""
If you're using S3, you need to specify your access key as the user and secret as the pass.
I'll try to do a PR with these documentation details soon.
I guess I forgot to put it in the doc as I had only been using myself with SSH and public key. A commit containing the document has been merge, thank you.
While setting up
trellis-backup-role
on a test site, I get the following error during provisioning:Additional background is available on the Roots forum.
Any idea what might be happening here?