Closed gogolok closed 7 years ago
The shield guys need to put it in the blob store. As long as they don't do it, you have to put all sources manually to src/.
@gogolok: k, thx.
I’ve create a dev
release with this PR
and it did build fine and xtrabackup
is available:
backup-agent/3fe41726-3434-4a61-aae7-02b43ee66c4d:/var/vcap/packages/xtrabackup/bin# pwd
/var/vcap/packages/xtrabackup/bin
backup-agent/3fe41726-3434-4a61-aae7-02b43ee66c4d:/var/vcap/packages/xtrabackup/bin# ./xtrabackup --version
./xtrabackup version 2.4.5 based on MySQL server 5.7.13 Linux (x86_64) (revision id: e41c0be)
This seems to work fine.
Source packages used to build the release: https://owncloud.r3pi.net/index.php/s/joWDJepZPqxJJtf
The yml
file of the release: https://gist.github.com/janaurka/0b028422236b0811da39515e88db232f
The release: https://owncloud.r3pi.net/index.php/s/nlVv5bLIwJkWQv1
Thank you @gogolok for the pull request and @janaurka for the extra testing! I put the xtrabackup blob in the blobstore.
Hey
I’ve tried to create a
dev
release out of that, there was an error with fetchingxtrabackup
from theblobstore
:Might it be that the file did not arrive at the
s3
bucket blobstore configured in https://github.com/starkandwayne/shield-boshrelease/blob/master/config/final.yml ?