Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to 2.16 #113

Open
deggertsen opened this issue Apr 3, 2020 · 4 comments
Open

Upgrade to 2.16 #113

deggertsen opened this issue Apr 3, 2020 · 4 comments

Comments

@deggertsen
Copy link

What type of report is this:
Enhancement

Description:

I'm running into many of the bugs and issues reports in 2.15 that are now supposedly fixed in 2.16. I'd like to make this upgrade asap and am not exactly sure where to start.

Log errors:

Here are some of the errors I'm running into on 2.15 that are fixed by the referenced issues:
mautic/mautic#7106
mautic/mautic#3655
mautic/mautic#7756

@heathdutton
Copy link
Member

heathdutton commented Apr 3, 2020

You could use patches (like we did) or run ./scripts/build-upgrade.sh and specify the github hash of the version you wish to upgrade to (this is intended for local use, prior to commit and deployment). Note, you may want to edit that script before running, if you aren't using composer.custom.dev for example, then remove lines 20-23.

In general reading that script should point you in the right direction to upgrade your mautic core.

@deggertsen
Copy link
Author

Alright, that's helpful. Thank you! Can you help me know where I would find the github hash though? I think I can figure out everything else.

@deggertsen
Copy link
Author

deggertsen commented Apr 3, 2020

Nevermind. It looks like the most recent SHA or hash is f0a17c80062aaee50d12e8f4097f7aa6a3d6c390

Now I'm just running into a composer running out of memory error. I'll figure it out though...

@deggertsen
Copy link
Author

Still haven't been able to get the upgrade to work. I keep running into error after error. Things like:

Script @php ./mautic/app/console mautic:iplookup:download handling the iplookup event returned with error code 255
Script @IPLookup was called via post-install-cmd

ERROR: CommandError - An error occurred while handling git command.
Error code: 128 Error: fatal: No url found for submodule path 'vendor/willdurand/oauth-server-bundle' in .gitmodules

There are others, but they all seem to be similar. When I fix one it seems to spawn another. Is there a best way to just fix this all in general?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants