-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Description
======CMD======
set -o pipefail
cd /home/xxx
mkdir backup-drone
cd backup-drone
mysqldump xx -uxx --add-drop-table --create-options | bzip2 -c > runrunfitness.latest.sql.bz2
cp runrunfitness.latest.sql.bz2 runrunfitness.$(date +%Y%m%d%H%M%S).sql.bz2
======END======
err: mkdir: cannot create directory ‘backup-drone’: File exists
err: Enter password: mysqldump: Got error: 1045: Access denied for user 'xx'@'localhost' (using password: NO) when trying to connect
==========================================
Successfully executed commands to all host.
==========================================
build steps should be stopped and returns error.
continued currently