You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
If you update parameters of a server and there is no ip6 or ip6_gateway fields (null), it gets updated with a value of "" (nothing) instead of staying null. Next time you update a server, a duplicate entry is found (blank ip6). This happened on type ORG at least.
Message will look like this
DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Duplicate entry '' for key 'ip6_address' [for Statement "UPDATE server SET ip6_address = ?, ip6_gateway = ?, profile = ? WHERE ( ( cachegroup = ? AND id = ? AND profile = ? AND status = ? AND type = ? ) )" with ParamValues: 0="", 1="", 2="83", 3="60", 4='641', 5='82', 6="7", 7="41"] at /opt/traffic_ops/app/lib/UI/Server.pm line 451
The text was updated successfully, but these errors were encountered:
Affected version: 1.5 (confirmed)
If you update parameters of a server and there is no ip6 or ip6_gateway fields (null), it gets updated with a value of "" (nothing) instead of staying null. Next time you update a server, a duplicate entry is found (blank ip6). This happened on type
ORG
at least.Message will look like this
The text was updated successfully, but these errors were encountered: