By Carlos Dieter on Friday, 22 May 2015
Posted in Technical Issues
Likes 0
Views 732
Votes 0
I have my site on Joomla 2.5. I have tried migrating it to Joomla 3.3 clean install. How can I migrate my Blogpost from my former site (2.5) to my new site (3.3) without doing it manually one by one?

Please advise.
You can move all your post from J2.5 to J3.0. To migrate from Joomla 2.5 to Joomla 3.x, here's the steps that you need to perform.

1. Open up PHPMyAdmin tool that is provided by your hosting provider and open up your current site's database.
2. Make a sql dump for all the tables that has the prefix of #__easyblog_*
3. Download the .sql file and save it on your desktop.
4. If your new site's database prefix also uses #__ , then you can skip this part. However, if you are using a different database prefix, you'll need to edit the .sql file that you've just downloaded, and do a search and replace of #__ with your new database prefix.
5. Open your PHPMyAdmin and this time, open up your new site's database.
6. You should see an import link at the top. Click on that, and click on browse. Select the .sql file and click the run import button.
7. Install the latest EasyBlog on your new site.

Hope this helps.
·
Saturday, 23 May 2015 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello:

I did this. The there 102 queries executes correctly, however There are no blog entries. Imported.

Please advise.
·
Monday, 25 May 2015 08:24
·
0 Likes
·
0 Votes
·
0 Comments
·
I got it to work, know I have to adjust all the Blogger ID. Can I simply change this in the DB?
·
Monday, 25 May 2015 09:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Carlos,

Yes you can. And make sure the Blogger ID also exist in com_users.
·
Monday, 25 May 2015 10:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Monday, 25 May 2015 21:48
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Carlos.
·
Tuesday, 26 May 2015 10:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post