TYPO3 is it possible to skip 9.5 update

Viewed 64

I'm currently preparing to update my TYPO3 8.7 site to a 10.0, this update is set for April since that's when the LTS release will be. However, I was wondering if it's best practice to update to 9.5 first or to skip said version and go straight to 10.0.

Of course, backups will be made before doing any of this work and my server can handle the 10.0 version since we have an empty one running at the moment.

1 Answers

You should upgrade to 9.5 first to execute all the core & extension updaters (database) see documentation

In my experience, you can just do the extension updaters and then go to the next version but you will have to fix your site extension in version 10. See the changelog for all breaking changes

Related