-
Notifications
You must be signed in to change notification settings - Fork 7
Upgrade the build environment. #67
Comments
@justinclift |
Well, I know for sure that Redis 5 and PostgreSQL 13 work with the existing libraries. I've had both of those running in production with Redash for over 12 months across several different installations. No issues from those. The NodeJS and Python 3.8 ones I'm not real sure of for a production build though. We'll probably need to be a bit more careful with them, though it doesn't hurt is to try them in a PR and see if anything breaks right away. What does everyone else reckon? 😄 |
I think we can update these two first, and the updates for these two should not have any problems. This task may require your assistance. |
When we update most of the dependencies to a certain stage, many interdependent issues between the dependencies are likely to be resolved. |
Yeah, I'm hoping that's the case as well. 😄 |
Ahhh. In that case, gimme 5 minutes. I'll change the PostgreSQL PR to include a Redis update as well, then we can run the CI tests on it and merge it. 😄 |
Upgrade Python 3.7 to Python 3.8 or higher
Upgrade nodejs14 to nodejs16 or higher
Upgrade postgres9.6 topostgres12 or higher
Upgrade redis to Python 5.0 or higher
The text was updated successfully, but these errors were encountered: