Fail to upgrade Corebos - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Fail to upgrade Corebos (/showthread.php?tid=1709) |
Fail to upgrade Corebos - addady2 - 02-14-2020 Hello, I'm trying to upgrade from old Corebos ~12/2018 and fail. Did Code: git fetch origin Fix some conflicts and then login in order to finish the upgrade using "corebos updater". The interface is broken, and I can't use the menu. I'm using an update Chrome browser. Allso I try to login from old Firefox, The Interface is still broken but I was able to press on "corebos updater". No thing happen after pressing. Attach screenshots How to fix it? RE: Fail to upgrade Corebos - joebordes - 02-15-2020 this is because the cache is not loading correctly. it could be "just" a cache issue or that you have some file missing. the first thing to do is: - log in to the application - log out of the application - close all tabs that may have the application open - log in again if it is a cache issue it should be fixed, if it is still not right then look in the chrome inspector, you should see some error about the service worker not being able to load something as to the corebos updater not doing anything: what does "nothing happen" mean? Do you see a white page? the header with no content? no updates loaded? ... RE: Fail to upgrade Corebos - addady2 - 02-15-2020 Logout using pre update git branch solve the issue. Now I run corebos updater. most of the update executed successfully except few: Quote:Update cbupd-0000253: migrateLinksIntoBusinessActionEntities::migrateLinksIntoBusinessActionEntities How to fit it? Is the system safe to use? RE: Fail to upgrade Corebos - joebordes - 02-15-2020 glad that worked, that means that it had been a looong time since your last update, you should update more frequently, no need to be cutting edge, but I would recommend to not make it so long. Yes, you are ok to use the system. Most of the errors are redundant. They are due to the fact that those changes are mandatory so they are applied at the first chance we get to do so, if they are automatically applied the updates fail, but nothing to worry about. Anyway, apply them all again to see if the email templates can be created and you can go ahead. |