Skip to content

Commit

Permalink
fixed production dump
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Apr 16, 2024
1 parent 6367483 commit 882a8b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions resources/backups/database_dumper/dump_database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,11 @@ then
mkdir -p $dump_path
dump_name=production-dump-$DATE.sql

mysqldump --quick -h $DB_HOST -P $DB_PORT -u $DB_ADMIN -p $DB_ADMIN_PW --no-tablespaces -r $dump_path/$dump_name $DB_NAME
mysqldump --quick -h$DB_HOST -P$DB_PORT -u$DB_ADMIN -p$DB_ADMIN_PW --no-tablespaces -r$dump_path/$dump_name $DB_NAME
gzip -f $dump_path/$dump_name
fi





# information after init_db.py
##mysqldump --quick -h sql.img.med.uni-tuebingen.de -P 3306 -u ahdoebm1 -p --column-statistics=0 --no-tablespaces -r /mnt/storage2/users/ahdoebm1/HerediVar/resources/backups/database_dumper/init_db/init_transcripts_w_tables.sql HerediVar_ahdoebm1 gene gene_alias transcript exon

Expand Down

0 comments on commit 882a8b9

Please sign in to comment.