summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2023-10-07 21:23:45 +0200
committeremkael <emkael@tlen.pl>2023-10-07 21:24:46 +0200
commita6ca0fa635e3a3816f9f11d529f22f4896b3bae7 (patch)
tree793a86b5984f4dfe113624b236e6827e587b7ed7 /Makefile
parent56a6344d74670bbc30c476bde91a11d36c6b1b43 (diff)
Importing dumps uploaded via Dropbox and FTP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d1b4582..45e59f1 100644
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,15 @@ backups: FORCE
s3cmd -c dumps/.s3config --exclude="*/*" sync dumps/backup/ ${LIGA_S3_BACKUP_BUCKET}
dumps: FORCE
- s3cmd -c dumps/.s3config --exclude="*/*" sync ${LIGA_S3_BUCKET} dumps/sync/
+ s3cmd -c dumps/.s3config --exclude="*/*" sync ${LIGA_S3_BUCKET} ./dumps/sync/
+ ./dumps/fetch-dropbox.sh
+ ./dumps/fetch-local.sh
./dumps/load-dumps.sh
butler: FORCE
- python butler/butler.py 1+2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
python butler/butler.py 1 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
python butler/butler.py 2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
+ python butler/butler.py 1+2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS}
ausbutler: FORCE
./ausbutler/ausbutler-all.sh