Commit graph

7 commits

Author SHA1 Message Date
Markus "Shorty" Uckelmann
ae753e40a1 Fixes missing USE statement in SQL dump
This commit adds the additional `--databases` option to the mysqldump command.
This adds a `USE database` statement to the beginning of the SQL dump.
Without this one has to provide the database name at restore.
2017-09-07 17:10:15 +02:00
Fco. Javier Delgado del Hoyo
44cdee455a update docker and bash syntax 2017-04-16 11:29:31 +02:00
Jan Wagner
7770306750 Removing absolute path, $TARGET includes it already. 2017-04-10 08:55:09 +02:00
Fco. Javier Delgado del Hoyo
fc86bcc4cd double quote find expression too 2017-04-08 18:02:18 +02:00
Fco. Javier Delgado del Hoyo
da419c79b1 fix bash syntax accordint to shellcheck 2017-04-08 17:57:23 +02:00
Jan Wagner
7bfedabff0 Remove backslash before ${TARGET}, it breaks cleanup
Closes #1
2017-04-08 16:09:59 +02:00
Fco. Javier Delgado del Hoyo
ef1f26cec8 split docker images into different repos 2017-03-27 21:16:15 +02:00