I wanted to ask, tell me way how to live life more on the trunk version? That is, before when the patches to the database was just a few I could remember having applied and what is not, and manually apply the necessary patches.
But now, after [DEV-471] patches became much more. Tell me please - I have a normal approach is to apply the entire patch with key -f several times in a row?
Can unforeseen situations arise the problem?
I've already done that - no problems noticed, but I'm not sure whether I'm doing right.
p.s. Developers, describe something about - [DEV-471] database integrity - added foreign keys. I wonder what it is and why it is needed.
But now, after [DEV-471] patches became much more. Tell me please - I have a normal approach is to apply the entire patch with key -f several times in a row?
Code:
cat patch.sql | mysql -f zabbix
I've already done that - no problems noticed, but I'm not sure whether I'm doing right.
p.s. Developers, describe something about - [DEV-471] database integrity - added foreign keys. I wonder what it is and why it is needed.



Comment