![]() |
Migration Woltlab Burning Board Lite (WBB Lite) v1.0.2 zu MyBB 1.8.x - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: MyBB 1.8.x (https://www.mybb.de/forum/forum-87.html) +--- Forum: Installation, Aktualisierung und Merge System (https://www.mybb.de/forum/forum-89.html) +--- Thema: Migration Woltlab Burning Board Lite (WBB Lite) v1.0.2 zu MyBB 1.8.x (/thread-39370.html) |
Migration Woltlab Burning Board Lite (WBB Lite) v1.0.2 zu MyBB 1.8.x - [ExiTuS] - 21.03.2025 Wie bereits angekündigt (https://www.mybb.de/forum/thread-24771-post-257755.html#pid257755), möchte ich nun mein Versprechen einlösen und eine Lösung vorstellen, um ein altes WBB1 Lite vollständig in ein MyBB-Forum zu migrieren - und das unter Beibehaltung aller Datenbestände. Die Migration wurde bereits ausgiebig getestet und mehrfach bestätigt. Als alter Forum-Hase möchte ich hiermit meinen Beitrag leisten, um auch die alten Foren nicht aussterben zu lassen, sondern den Betreibern eine Möglichkeit zu geben, ihre Foren zu neuem Leben zu erwecken. Ich bin für jede Rückmeldung dankbar... (Bitte habt Verständnis für folgende Beschreibung in Englisch) Migrate Woltlab Burning Board Lite (WBB Lite) v1.0.2 to MyBB 1.8.x Description These tools will convert and migrate a Woltlab Burning Board (WBB) Lite v1.0.2 pl3 into MyBB v1.8. Objects of migration The following objects will be covered by the migration and transfered to MyBB:
Pre-requisites: MyBB v1.8 needs to be installed and working with an administrator account - source and destination schemas must be located in the same database server. It is recommended to use the latest MyBB version (https://mybb.com/download/). Chose a different table prefix for the new MyBB install. Migration process:
Note: These scripts are designed to run from a terminal console (CLI) with plain text output only. You can run the scripts from the browser of course (plain and not HTTP compliant). Consider the risk of HTTP timeouts depending on the size of your database/tables. Some tables with potential for a heavy data load will be imported using a splitted data volume. The number of rows can be manually defined in the config file; default rows: 100. This migration tools will not touch any files in the filesystem. It performs database reads, conversions and imports only. Using PHP CLI: Establish a connection to your webserver and open a terminal/shell session with administrator privileges. Navigate to the scripts folder and run each PHP scripts in the specified numbered order, like this: root@server:/web/htdocs/mybb/migration/> php 00_migrate_source_stats.php Tables to be migrated, merged or converted Source table -> Destination table avatars -> users boards -> forums folders -> users groups -> groups icons -> icons options -> settings polloptions -> polls polls -> polls posts -> posts privatemessages -> privatemessages profilefields -> profilefields ranks -> usertitles smilies -> smilies subscribeboards -> forumsubscriptions subscribethreads -> threadsubscriptions threads -> threads threads -> threadprefixes userfields -> userfields users -> users votes -> polls The download package of the migration tools contains the following files: 00_migrate_source_stats.php 01_migrate_forums.php 02_migrate_threads.php 03_migrate_threadprefixes.php 04_migrate_posts.php 05_migrate_polls.php 06_migrate_announcements.php 07_migrate_events.php 11_migrate_icons.php 12_migrate_smilies.php 13_migrate_subscription_forums.php 14_migrate_subscription_threads.php 15_migrate_users.php 16_migrate_user_titles.php 17_migrate_profilefields.php 18_migrate_users_avatars.php 20_migrate_users_private.php migrate_globals.php README_migrate_wbb1_to_mybb.md Download Migration Woltlab Burning Board (WBB) Lite v1.0.2 to MyBB 1.8.* Every feedback appreciated. - Ich freue mich über jede Rückmeldung... und jedes alte Forum, das in MyBB widerbelebt werden konnte. [ETS] RE: Migration Woltlab Burning Board Lite (WBB Lite) v1.0.2 zu MyBB 1.8.x - bv64 - 21.03.2025 Gute Arbeit, [ExiTuS] ! mit Sicherheit ein Migrationstool, das seine Anwender finden wird, denn es schwirren doch noch eine Menge Wbb1Lite durch das Netz, die nun die Option haben auf eine aktuellere Software zu wechseln. |