Subversion Repositories SmartDukaan

Rev

Rev 11035 | Rev 11770 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11035 Rev 11629
Line 56... Line 56...
56
echo "Content generation completed"
56
echo "Content generation completed"
57
 
57
 
58
echo "Dumping item, vendoritemmapping and vendoritempricing tables to be imported on staging and production servers"
58
echo "Dumping item, vendoritemmapping and vendoritempricing tables to be imported on staging and production servers"
59
echo "======================================================="
59
echo "======================================================="
60
cd ${PRGDIR}
60
cd ${PRGDIR}
61
mysqldump -uroot -pshop2020 catalog --tables item similaritems source sourceitempricing category voucheritemmapping freebieitem entitytag amazonlisted storepricing brandinfo iteminsurermapping > ${MYSQL_DUMP}
61
mysqldump -uroot -pshop2020 catalog --tables item similaritems source sourceitempricing category voucheritemmapping freebieitem entitytag amazonlisted storepricing brandinfo privatedeals iteminsurermapping > ${MYSQL_DUMP}
62
 
62
 
63
#get dump for siteContent
63
#get dump for siteContent
64
mongodump -d CONTENT -c siteContent
64
mongodump -d CONTENT -c siteContent
65
 
65
 
66
echo "======================================================"
66
echo "======================================================"