Cannot login to web interface using github credentials

Hi,

We’ve been using drone 1.9.2 without issues. I tried using the drone/drone:2 image today and had issues with logging in to the web interface, so I reverted back to 1.9.2, but I’m still unable to login using my github credentials.

The error messaged displayed after entering my github credentials is

Setup –

Server: drone/drone:1.9.2 (tried 2 as well)
Runner: drone/agent:1 (Tried drone/drone-runner-docker as well)
They are running in a Kubernetes cluster

Again, this was all working fine until I tried the latest server image. My co-workers are still able to access the web interface, but aren’t able to log out.

Any help is much appreciated!

-Sanjay

I tried using the drone/drone:2 image today and had issues with logging in to the web interface, so I reverted back to 1.9.2

The reason you are seeing these errors is because Drone 1.9 is not compatible with a Drone 2.x database. When you perform a major Drone upgrade from Drone 1.x to Drone 2.x the database is also upgraded (new columns added, new fields, added, etc). Once the upgrade is complete you cannot downgrade, otherwise you risk placing your database in an inconsistent state.

See How to Upgrade Drone

1 Like