Hi team, From auth settings, I was able to enable...
# troubleshooting
s
Hi team, From auth settings, I was able to enable it user credentials following the instructions here but queries via console are not going through with a READ error. As per instruction the broker and controller have same admin username:pwd
x
are you running on latest code?
there was a fix after 0.8.0 release on this https://github.com/apache/pinot/pull/7354
s
@Xiang Fu Well I'm using 0.8.0 release. For upgrading, if pinot is deployed distributed, would there be an issue during upgrade due to version mismatch?
x
pinot handles backward compatible as long as you are following the order of controller -> broker -> server / minion
✅ 1
s
Coo, thanks I will follow this pattern
Copy code
controller 0.9.0 -> broker 0.8.0 -> server / minion 0.8.0
controller 0.9.0 -> broker 0.9.0 -> server / minion 0.8.0
controller 0.9.0 -> broker 0.9.0 -> server / minion 0.9.0
x
yes