- Posts: 11
- Thank you received: 0
Kunena 6.3.4 released
The Kunena team has announce the arrival of Kunena 6.3.4 [K 6.3.4] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved Migrating Kunena data to new location AFTER users have already been migrated
- intouchweb
- Topic Author
- Offline
- New Member
I am updating/migrating a large site with hundreds of users over to a new server (upgrading from Joomla 2.5 to Joomla 3) - both sites have Kunena 4.07 installed. I migrated the users across first using J2XML and have also migrated and integrated membership data with another component etc. I now wish to migrate the forum over WITHOUT impacting the existing user data. I migrated all the jos_kunena tables over, which brought over topics and categories etc but the USER ID's have not synchronised correctly , so topics are now assigned to incorrect users. There are also permissions errors viewing the topics. I have searched everywhere for step by step manual instructions to migrate the latest Kunena across to a new location but there seems to be very little info available. I believe the problem is that I need to migrate the tables that hold user ACL information but I am unsure which tables are required and whether this will impact the existing user and membership setup that is now working Ok. Can someone advise exactly what user tables from Joomla 2.5 Kunena 4.07 need to be migrated over to synchronise the users please, or other options?
Please Log in or Create an account to join the conversation.
*_usergroups
*_users
*_user_notes
*_user_profiles
*_user_usergroup_map
and all Kunena tables.
Go after import to "Extensions -> Manage -> Database" and click the Fix button.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- intouchweb
- Topic Author
- Offline
- New Member
- Posts: 11
- Thank you received: 0
Please Log in or Create an account to join the conversation.
I have J2XML installed on both websites, but would like to know the process involved.
Any help out there would be greatly appreciated.
Please Log in or Create an account to join the conversation.
How, then, do I migrate the Kunena tables from one website to another?
I tried going into phpmyadmin and exporting those K tables, but am sure I did something wrong because that's when everything started breaking.
Both sites have Joomla 3.4.8 and Kunena 4.0.9. Is the migration process as simple as using phpmyadmin or am I missing something?
And if I've already grabbled the user information with J2XML, theoretically I would only have to migrate the K tables. Am I close?
Thank you again for any help that's out there. I'm pretty sure I did something incorrectly last night when exporting Kunena tables.
Please Log in or Create an account to join the conversation.
2) Import it in the new database
3) Check the prefix from the tables. If you have done a new joomla install, then you need to change the prefix from the kunena tables.
Also check that the users have the same id's as the old database
Please Log in or Create an account to join the conversation.
Found my own mistake. When I exported the Kunena tables in phpmyadmin, I thought when I selected all 23 tables, I was exporting just those tables. This morning, I clicked the CUSTOM radio button to find not Kunena tables selected, but ALL tables in the DB selected. So it's no wonder the import failed big time.
By clicking that Custom button, I deselected all tables, re-selected just Kunena tables and exported. Went to new website DB, dropped Kunena tables, imported my SQL file and everything worked!!!
The prefix wasn't an issue because when I created the new website I used the same prefix as the old website.
I hope this helps someone else out there who might be having a similar issue. Wish it were 5 o'clock 'cause this calls for a cocktail!
Thank you again for the reply. Will check those IDs.
Janis
Breathing a sigh of relief right now.
Please Log in or Create an account to join the conversation.