Commit graph

11 commits

Author SHA1 Message Date
Manuel
1bd0e144c9
Ignore error if file does not exist 2018-11-08 14:34:29 +01:00
Manuel
bcc8f68f72
Create a link to the latest backup
The symlink is not considered a backup itself and never deleted according to the backup quota
2018-11-08 11:15:00 +01:00
Alan Colon
2231e88e58 Implement MYSQL_DB and MYSQLDUMP_OPTS options. Accept MYSQL_DATABASE and MYSQL_PASSWORD to maintain parity with _/mysql image options. 2018-04-26 11:08:44 -07:00
Fco. Javier Delgado del Hoyo
596c121913 use HOST and PORT for table lookup 2018-03-21 13:08:51 +01:00
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