Update to debian bookworm#2214
Conversation
|
This is cool. If the eventual goal is to run the whole system on a bookworm machine, what do you think of upgrading Postgres to the version in bookworm, which is 15? Or is that a separate step? |
That would make sense! Yes, the goal is to get a sense of how much additional work would be needed to run on bookworm if we want to -- as opposed to other viable plans like run inside docker for internal use, shutting down in September without the option to spin up later etc. I just spent a couple hours of low-focus time seeing how close I could get, and my sense is like halfway there. For this to be a non-draft we'd want to get the other half, so upgrading the postgres image is a good addition to the todo list. |
This is a little spike on updating old CAP to Debian Bookworm, which would let us run it quite a bit longer internally. I have it down to these remaining test errors:
To get here I turned off a few features that aren't easily supported in python 3.11:
The upshot is I ran out of time but I think this is doable with a bit more work if we feel like it.