feat: move miniapp server project
This commit is contained in:
parent
4a940f28ba
commit
96d9063b13
178 changed files with 9699 additions and 5044 deletions
5
backup_db.sh
Normal file
5
backup_db.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#/bin/bash
|
||||
cur_date="`date +%Y%m%d%H%M%S`"
|
||||
`mysqldump -u root -pCk@@@@453455 yymg --ignore-table=yymg.sys_msg_queue --ignore-table=yymg.user_coupon_delete --ignore-table=yymg.order_history > /mnt/db_yymg/$cur_date.sql`
|
||||
`tar czfP /mnt/db_yymg/$cur_date.tar.gz /mnt/db_yymg/$cur_date.sql`
|
||||
`rm -f /mnt/db_yymg/$cur_date.sql`
|
||||
Loading…
Add table
Add a link
Reference in a new issue