CORE-POS / IS4C

Cooperative Operational Retail Environment
http://www.core-pos.com
GNU General Public License v2.0
63 stars 44 forks source link

avoid triggers for `mysqldump` during lane sync #1233

Closed lgedgar closed 1 month ago

lgedgar commented 1 month ago

i have some triggers in my Office 'op' DB but sync was adding them to the lane DB, in a broken state which caused further problems.

whether or not triggers should be included, could be configurable if needed but my guess is nobody else needs triggers included?

gohanman commented 1 month ago

Seems reasonable. If someone ever needs triggers transferred, they can add a custom sync routine that does that.