You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a web site has been delete and the recreated, the restic backup fails with Fatal: create key in repository at s3:https://s3.epfl.ch/svc0041-123456789/backup/path/file failed: repository master key and config already initialized
Steps to reproduce:
Create a new web site (wp-veritas + ansible)
Run ansible -t wp.backup
Wipe the website
Remove the website from wp-veritas
Then, restore the website from the wp-veritas's trash
Re-run the website creation with ansible
Run any task related to a backup (wipe or backup)
expand error message
fatal: [www__campus__services__website__canari2]: FAILED! => {"changed": true, "cmd": "set -o pipefail
set -e -x
echo \"restic_start{url=\\\"https://www.epfl.ch/campus/services/website/canari2/\\\", wp_env=\\\"www\\\"} $(date +%s)\" \\
| curl -X POST -H \"Content-Type: text/plain\" --data-binary @- http://pushgateway.wwp-infra:9091/metrics/job/backup/instance/www__campus__services__website__canari2
for repo in \"s3:https://s3.epfl.ch/svc0041-123456789/backup/wordpresses/www__campus__services__website__canari2/files\" \"s3:https://s3.epfl.ch/svc0041-123456789/backup/wordpresses/www__campus__services__website__canari2/sql\"; do
If a web site has been delete and the recreated, the restic backup fails with
Fatal: create key in repository at s3:https://s3.epfl.ch/svc0041-123456789/backup/path/file failed: repository master key and config already initialized
Steps to reproduce:
-t wp.backup
expand error message
The text was updated successfully, but these errors were encountered: