---
title: "If you have to upgrade Joomla, Don't Panick, stay calm!...then freak out!"
description: "We help designers, developers, hobbyists and business owners get the most out of the Joomla CMS.  Join us at our free monthly meetups, and let us help you with your Joomla projects."
url: "https://www.joomlalondon.co.uk/jugl-joomla-news/if-you-have-to-upgrade-joomla-don-t-panick-stay-calm-then-freek-out"
date: "2026-08-24T21:54:58+00:00"
language: "en-GB"
---

#  If you have to upgrade Joomla, Don't Panick, stay calm!...then freak out!

    Details    Written by: [Gary Barclay](https://www.joomlalondon.co.uk/organisers/gary-barclay)   Category: [News](https://www.joomlalondon.co.uk/jugl-joomla-news)    Published: 22 May 2013    Last Updated: 30 July 2026  I recently migrated a clients site from Joomla1.5 to Joomla2.5 and would like to share with you some of the issues I ran into. Essentially the migration was a success but only after a lot of extra work trying to recover from poor decisions along the way.

As far as I know there are 4 ways you could migrate your site:

1. Manually table by table using the process detailed here: link to [joomla migrate](https://docs.joomla.org/Joomla_1.5_to_3.x_Step_by_Step_Migration "Joomla Migrate")
2. Using the new [JUpgrade Pro](https://extensions.joomla.org/extension/jupgradepro/ "JUpgrade Pro") Restful methodology (Sounds great)
3. Using the older Jupgrade free utility (doesn't sound too bad)
4. [SP Migrate](https://www.kainotomo.com/store/sp-upgrade "SP Migrate") (Another Commercial App)

During my migration, I used 2 and 3 and a bit of 1.

## Schema

```json
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Start", "item": "https://www.joomlalondon.co.uk" }, { "@type": "ListItem", "position": 2, "name": "News", "item": "https://www.joomlalondon.co.uk/jugl-joomla-news" }, { "@type": "ListItem", "position": 3, "name": "If you have to upgrade Joomla, Don't Panick, stay calm!...then freak out!", "item": "https://www.joomlalondon.co.uk/jugl-joomla-news/if-you-have-to-upgrade-joomla-don-t-panick-stay-calm-then-freek-out" } ] }
```
