2018-04-16 13:16:30 +00:00
|
|
|
#!/bin/bash
|
|
|
|
#IMPORTANT Any changes in this file are to applyed to mirror file export-structure.cmd
|
2019-03-20 07:52:54 +00:00
|
|
|
mysqldump --defaults-file=config.production.ini --default-character-set=utf8 --no-data --comments --triggers --routines --events --databases \
|
2019-03-21 05:54:27 +00:00
|
|
|
account util vn2008 vn edi bs bi pbx cache salix vncontrol hedera stock postgresql nst> install/dump/structure.sql
|