Node.js and PostgreSQL update #694
Replies: 2 comments 6 replies
-
|
I have to admit, I wasn't aware Node.js versions were out of sync 😄. I will sync them. Regarding PostgreSQL, I wanted to upgrade but due to other priorities didn't look into it yet. And also haven't explored how to safely upgrade. When your Proxmox script is ready, please let me know and we will link to community doc section. The one I have hasn't been updated for several months. As I don't use Proxmox, this is never been tested. https://github.com/CodeWithCJ/SparkyFitness/blob/main/proxmox_sparkyfitness.sh as I don't use Proxmox. |
Beta Was this translation helpful? Give feedback.
-
|
@tomfrenzel Awesome. Could you share some insights on what changes in SparkyFitness could break the your script? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @CodeWithCJ!
I'm currently building a Proxmox Helper Script to install Sparky Fitness in an LXC without docker and have some questions about its dependencies.
I see that Node.js 20 is currently being used in the Dockerfiles but Node.js 25 is listed as a dev dependency in the frontend package.json. So I did some testing and found that both the frontend and backend seem to build and function flawlessly on Node 25. Is there a specific reason the image is staying on v20 for now, or is it just a roadblock?
Likewise, I was wondering whether there are any plans to update the PostgreSQL version as well at some point since the latest version is now 18.
There aren't any issues with the current versions (other than Node 20 being EoL) and everything is running fine 😄 I was just wondering if there might be reasons why those dependencies have not got raised yet
Beta Was this translation helpful? Give feedback.
All reactions