| 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 > ${MYSQL_DUMP}
|
61 |
mysqldump -uroot -pshop2020 catalog --tables item similaritems source sourceitempricing category voucheritemmapping freebieitem entitytag amazonlisted storepricing brandinfo iteminsurermapping > ${MYSQL_DUMP}
|
| 62 |
|
62 |
|
| 63 |
echo "======================================================"
|
63 |
echo "======================================================"
|
| 64 |
echo " Validating the generated-content."
|
64 |
echo " Validating the generated-content."
|
| 65 |
echo "======================================================"
|
65 |
echo "======================================================"
|
| 66 |
${PRGDIR}/catalog-content-validation.sh
|
66 |
${PRGDIR}/catalog-content-validation.sh
|