Skip to content
Snippets Groups Projects
Commit 38b51c0a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Prepare 3.7 release

parent 31f782ff
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
...@@ -193,6 +193,7 @@ export list=" ...@@ -193,6 +193,7 @@ export list="
--ignore-table=$base.llx_cabinetmed_societe --ignore-table=$base.llx_cabinetmed_societe
--ignore-table=$base.llx_fournisseur_ca --ignore-table=$base.llx_fournisseur_ca
--ignore-table=$base.llx_google_maps --ignore-table=$base.llx_google_maps
--ignore-table=$base.llx_notes
--ignore-table=$base.llx_pos_paiement_ticket --ignore-table=$base.llx_pos_paiement_ticket
--ignore-table=$base.llx_pos_places --ignore-table=$base.llx_pos_places
--ignore-table=$base.llx_pos_ticket --ignore-table=$base.llx_pos_ticket
...@@ -200,6 +201,7 @@ export list=" ...@@ -200,6 +201,7 @@ export list="
--ignore-table=$base.llx_publi_c_dnd_list --ignore-table=$base.llx_publi_c_dnd_list
--ignore-table=$base.llx_publi_c_method_list --ignore-table=$base.llx_publi_c_method_list
--ignore-table=$base.llx_ultimatepdf --ignore-table=$base.llx_ultimatepdf
--ignore-table=$base.llx_ventilation_achat
" "
echo "mysqldump -P$port -u$admin -p***** $list $base > $mydir/$dumpfile" echo "mysqldump -P$port -u$admin -p***** $list $base > $mydir/$dumpfile"
mysqldump -P$port -u$admin $passwd $list $base > $mydir/$dumpfile mysqldump -P$port -u$admin $passwd $list $base > $mydir/$dumpfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment