Xen Orchestra - Updating
-
Ya you'd still have to run npm install and build. The container I did it in only took a couple minutes to clone and then I just pulled from git and did npm install then npm build. It took maybe 10 minutes (as long as there aren't weird errors like I had).
-
Hrm.... I must've done something wrong.
-
I can't remember what Node version @olivier mentioned that it needed.
-
Good thing this is only on my home lab setup
I can play with it and see what happens.
-
Well after rerunning in both ~/xo-server and ~/xo-web
npm install && npm run build sudo npm start
Has started, now to determine if I'm on 4.11
-
xo-web is still on 4.10...
And there is no "Delta" option under the backup menu...
-
@DustinB3403 said:
Well after rerunning in both ~/xo-server and ~/xo-web
npm install && npm run build sudo npm start
Has started, now to determine if I'm on 4.11
5.2.0 is what your screen cap says.
-
Yeah I know, which is why I'm lost. Maybe just dump the whole lot and start over?
-
Oh, your xo-web version is 4.10.0. Your Node version is 5.2.0.
-
Which this screen should have the delta icon as shown in the documentation.
Or maybe it only shows up after performing a full?
-
WARNING 2: NodeJS 5 is not supported for now due to some dependencies problems.
-
You need to get onto a supported platform version, I'm guessing that running a language version that they believe does not work is probably the issue. An issue, even if not, THE issue.
-
I ran the installer following their guide...
And everything seems functional..... but the web console isn't updated to 4.11.
-
@DustinB3403 said:
I ran the installer following their guide...
And everything seems functional..... but the web console isn't updated to 4.11.
Which installer installed that Node version?
-
5.2.0 I'm removing it now and looking for a direct link to 4.1.1
-
Use NVM for installing and controlling Node versions.
-
I'm just gonna start with a clean install. NVM doesn't want to remove the files without being a pain in the arse.
-
@scottalanmiller the Node version was 5.2.0 which was installed directly from the default repo.
Going to perform a depreciated install for Node v 4.x
-
By default I would expect Node to install the latest. For XO, though, you have to manually ensure that you are on the Node 4 family.
-
Ya I'm on node 5 also. I didn't change anything. I did it as a test to see if it would work, and I haven't had an issue yet but I wouldn't put it in production.