I installed SuiteCRM 8.5.0 for the first time ever a few months ago and I’ve been busy modifying it.
It’s been a steep learning curve, but all worth it.
I see there is a new version 8.5.1 out but I am hesitant to follow the current upgrading guide found at:
Just realised after reading that section that I would need to have root access…
My installation is on a shared server environment, so having root access is out of the question for me.
I installed the package using Softaculous app installer in my cPanel.
There is only an installation option, no upgrade option.
If it’s to set ownerships and permissions, normally the hostings that block you from changing it, also block you from breaking ownerships and permissions - so basically, you can’t set them right because they don’t let you set them wrong first.
So you can go right ahead and it should “just work”, regarding ownerships and permissions.
Yeah just tried it and it gives me the following error:
jailshell: ./bin/console: Permission denied
So don’t think I can update my SuiteCRM. At least I’m not that far behind… running v8.5.0.
Wonder if there is a workaround?
Will it become a security risk later on if I fail to update like in a year’s time?
Nevermind my previous post about the memory error. Just increased PHP memory and it worked.
However, there was some warnings, but I assume that this is normal?
SuiteCRM Finalize Upgrade
============
Running: legacy-post-upgrade
step: legacy-post-upgrade | status: done
Post Upgrade process complete
Running: add-new-config-entries
step: add-new-config-entries | status: done
Added new config entries to config file
Running: metadata-merge
step: metadata-merge | status: done
Metadata successfully merged
Running: run-migrations
Warning! SuiteCRM is now using angular 16.
Warning! 'defaultExt' and any extension that contains frontend changes will need to be rebuilt. For defaultExt you can build using `yarnrun build:defaultExt`
Warning! 'defaultExt' has been disabled. It may need to be rebuilt.
Warning! Extensions other than 'defaultExt' will need the following files manually updated:
- extensions/your-extension/app/tsconfig.app.json
- extensions/your-extension/app/webpack.config.js
- extensions/your-extension/config/extension.php
step: run-migrations | status: done
Successfully run migrations
Running: finalize-clear-symfony-cache
step: finalize-clear-symfony-cache | status: done
Successfully cleared cache
Warning! Please re-set permissions after this upgrade step has completed