[ZBX-10384] Simple users lost access to the screens, slide shows and maps after upgrade on version 3.0 Created: 2016 Feb 15  Updated: 2017 May 30  Resolved: 2016 Feb 15

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Installation (I)
Affects Version/s: 3.0.0rc2
Fix Version/s: 3.0.0rc3

Type: Incident report Priority: Blocker
Reporter: Alexander Vladishev Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: dbpatches, maps, screens, slideshows
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Duplicate

 Description   

Database patch to assign private flag to '0' to all existing maps, screens and slide shows must be added.



 Comments   
Comment by Alexander Vladishev [ 2016 Feb 15 ]

Fixed in development branch svn://svn.zabbix.com/branches/dev/ZBX-10384

Comment by Alexander Vladishev [ 2016 Feb 15 ]

Fixed in pre-3.0.0rc3 r58438.

Comment by Oleksii Zagorskyi [ 2016 Feb 15 ]

Because of ZBX-10361:

Worth to mention that for those, who already upgraded database to 3.0.0rc2, need to manually execute these SQLs from current fix:

update sysmaps set private=0;
update screens set private=0;
update slideshows set private=0;

as they will not be performed as automatic upgrade patches if your database version is 3000000, which is true after 3.0.0rc2 release.

Comment by Oleksii Zagorskyi [ 2016 Feb 15 ]

Not sure, but maybe ZBX-10354 is a duplicate of current issue.

Comment by richlv [ 2016 Feb 15 ]

if true, that's pretty terrible. why not bump db version by one and have those statements execute automatically for everybody ?

Generated at Thu Apr 25 02:34:42 EEST 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.