mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Cannot upgrade past v2.21.5 - panic: NOAUTH HELLO #179
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sceather on 1/31/2026
I was on v2.20.0 and upgraded to the latest v3.7.0 which then would not start and gave me this error
panic: NOAUTH HELLO must be called with the client already authenticated, otherwise the HELLO <proto> AUTH <user> <pass> option can be used to authenticate the client and select the RESP protocol version at the same timeI started going backwards trying all versions until I got to the newest version that works which is v2.21.5. Anything newer than that and I get the above error.
Any ideas?