radiasoft / sirepo

Sirepo is a framework for scientific cloud computing. Try it out!
https://sirepo.com
Apache License 2.0
63 stars 31 forks source link

bluesky depends on 2022 db upgrades #6458

Open moellep opened 9 months ago

moellep commented 9 months ago

Bluesky has an auth.db which needs db upgrades. We could provide them an updated auth.db for their repo, or add the 2022 upgrades back - see 51f5712a9f

NSLS-II/sirepo-bluesky#146

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: user_role_t.expiration
robnagler commented 9 months ago

I don't quite understand. Is this the first time they've used Sirepo since 2022?

moellep commented 9 months ago

No, the db upgrade was removed from sirepo last week.

moellep commented 9 months ago

Bluesky tests against a static user/run which includes an auth.db file.

robnagler commented 9 months ago

The issue is that their test db which is probably committed is out of date. It needs to be updated. I can do that. I'll chime in on slack.