Commit graph

17 commits

Author SHA1 Message Date
Fco. Javier Delgado del Hoyo
e52061d4fa
Test docker image before pushing to docker hub (#111)
* update dockerize docker instructions

* use go with alpine

* login to docker hub using action too

* test docker image before building

* extract command from the entrypoint

* change volume path

* user docker compose run and cmd instead entrypoint
2023-09-17 11:01:33 +02:00
Skimpax
7bc94755f2 Fix copy/paste errors 2022-10-16 21:46:12 +02:00
Skimpax
37a8400103 Add ability to use secrets for mysql access 2022-10-15 07:49:01 +02:00
Alexey Kovtunovich
2b43049ff9 fix restore.sh - mysql cmd 2022-06-18 12:25:46 +03:00
Alexey Kovtunovich
aca23ddb93 add SSL arguments 2022-06-14 18:18:01 +03:00
Fco. Javier Delgado del Hoyo
8992f162d7 support saving non-gzipped sql files 2022-02-04 20:44:11 +01:00
skimpax
9c7c4d74e3 Specify password in a file via MYSQL_PASS_FILE 2021-12-30 18:37:52 +01:00
Allan Jacquet-Cretides
db19ca1130
Add missing space in if with square bracket
A missing space at the end of an if condition was generating a warning message.
/restore.sh: line 14: [: missing `]'

Adding it delete this error message
2021-11-07 23:26:56 +01:00
Fco. Javier Delgado del Hoyo
e91114710f relax regex in grep from Database 2021-05-24 20:11:30 +02:00
Stelage
41ea03511f Quotes on SQL var was missing. 2021-05-09 17:58:46 +02:00
Stelage
7c8f51eac3 Fix pipefail position 2021-05-09 17:57:18 +02:00
Stelage
1302281333 Allow restoring without specifying DATABASE_NAME 2021-05-04 22:59:10 +02:00
Fco. Javier Delgado del Hoyo
2405077482 build dockerize and fix restore.sh db name for issue #38 2021-03-07 12:57:19 +01:00
Markus "Shorty" Uckelmann
95c36b6493 Adds missing gunzip command
This commit adds a gunzip command which extracts the gzip'd SQL dump and
pipes it into the mysql command. Without the restore fails.
2017-09-07 17:18:55 +02:00
Fco. Javier Delgado del Hoyo
44cdee455a update docker and bash syntax 2017-04-16 11:29:31 +02:00
Fco. Javier Delgado del Hoyo
da419c79b1 fix bash syntax accordint to shellcheck 2017-04-08 17:57:23 +02:00
Fco. Javier Delgado del Hoyo
ef1f26cec8 split docker images into different repos 2017-03-27 21:16:15 +02:00