After upgrade of the secondary PM node, i now have errors in the journalctl:
Mar 13 11:46:01 mxfilter2 pmgmirror[956]: starting cluster synchronization
Mar 13 11:46:01 mxfilter2 pmgmirror[956]: unable to load rulecache : DBD:g::st execute failed: ERROR: relation "rule_attributes" does not exist
LINE 1: SELECT * FROM Rule_Attributes WHERE Rule_ID = $1 ORDER BY Na...
^ at /usr/share/perl5/PMG/RuleCache.pm line 71.
Mar 13 11:46:01 mxfilter2 pmgmirror[956]: detected rule database changes - starting sync from 'X.X.X.X'
Mar 13 11:46:02 mxfilter2 pmgmirror[956]: database sync 'mxfilter1' failed - unable to fetch column definitions of table 'rule_attributes' : ERROR at /usr/share/perl5/PMG/DBTools.pm line 1083.
Mar 13 11:46:02 mxfilter2 pmgmirror[956]: unable to load rulecache : DBD:g::st execute failed: ERROR: relation "rule_attributes" does not exist
LINE 1: SELECT * FROM Rule_Attributes WHERE Rule_ID = $1 ORDER BY Na...
^ at /usr/share/perl5/PMG/RuleCache.pm line 71.
Mar 13 11:46:03 mxfilter2 pmgmirror[956]: cluster synchronization finished (1 errors, 1.77 seconds (files 0.00, data
besides this error, everything seems to work.
Anybody has a fix?
Master: 7.2.2
Node: 8.1.2 version
I first did:
- install node on new vm
- pmgcm delete <id-oldnode>
- shutdown old vm
- set ip of new vm to old vm
- on new vm - pmgcm join <master_ip>
then everything is working except the error messages above.
is this 7.x <-> 8.1.1 insonsistency, so that i can proceed with promoting the node to master, then delete "old master" and install new VM and do the join.
Please advise
Mar 13 11:46:01 mxfilter2 pmgmirror[956]: starting cluster synchronization
Mar 13 11:46:01 mxfilter2 pmgmirror[956]: unable to load rulecache : DBD:g::st execute failed: ERROR: relation "rule_attributes" does not exist
LINE 1: SELECT * FROM Rule_Attributes WHERE Rule_ID = $1 ORDER BY Na...
^ at /usr/share/perl5/PMG/RuleCache.pm line 71.
Mar 13 11:46:01 mxfilter2 pmgmirror[956]: detected rule database changes - starting sync from 'X.X.X.X'
Mar 13 11:46:02 mxfilter2 pmgmirror[956]: database sync 'mxfilter1' failed - unable to fetch column definitions of table 'rule_attributes' : ERROR at /usr/share/perl5/PMG/DBTools.pm line 1083.
Mar 13 11:46:02 mxfilter2 pmgmirror[956]: unable to load rulecache : DBD:g::st execute failed: ERROR: relation "rule_attributes" does not exist
LINE 1: SELECT * FROM Rule_Attributes WHERE Rule_ID = $1 ORDER BY Na...
^ at /usr/share/perl5/PMG/RuleCache.pm line 71.
Mar 13 11:46:03 mxfilter2 pmgmirror[956]: cluster synchronization finished (1 errors, 1.77 seconds (files 0.00, data
besides this error, everything seems to work.
Anybody has a fix?
Master: 7.2.2
Node: 8.1.2 version
I first did:
- install node on new vm
- pmgcm delete <id-oldnode>
- shutdown old vm
- set ip of new vm to old vm
- on new vm - pmgcm join <master_ip>
then everything is working except the error messages above.
is this 7.x <-> 8.1.1 insonsistency, so that i can proceed with promoting the node to master, then delete "old master" and install new VM and do the join.
Please advise