• Resolved khaledwesam

    (@khaledwesam)


    I need some help with migrating from one website to another website.. On the old website i was having two courses with certificate and students enrolled to it and i am making a new website that will have the same courses and other more .. what i have done is that i took the a backup from my old website to the new website and changed the theme and the page builders and added some courses but with still the old website is running and more students are joining i went to the database and took all the wptutor tables with the wpusers and users meta table and import it to the new website .. the users are imported fine but the students that are enrolled to the courses still didnt changed so i want to update the enrolled students and all its progress to be the same as the old website without overwriting the new courses and i cant find the tables related to wp tutor …..{ these are the tables that i export it from my old website to the new website : wp_users, wp_usermeta, wp_tutor_quiz_attempt_answers, wp_tutor_quiz_attempts, wp_tutor_quiz_question_answers, wp_tutor_quiz_questions}….

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Md Rashed Hossain

    (@wprashed)

    Hello @khaledwesam

    It sounds like you’re facing a complex migration process. Unfortunately, directly transferring enrolled students and their progress between websites with Tutor LMS isn’t currently supported. However, we’re actively working on features to simplify migrations and ensure data integrity in future updates. Stay tuned for advancements in this area. If you have any specific questions or need further assistance, please feel free to ask.

    Thread Starter khaledwesam

    (@khaledwesam)

    is there is ways to even transfer it manually using the database ?

    Plugin Support Md Rashed Hossain

    (@wprashed)

    Hello @khaledwesam

    You can attempt a manual database migration. To do this, you will need to extract data from these tables.

    wp_comments
    wp_commentmeta
    wp_postmeta
    wp_posts
    wp_term_taxonomy
    wp_termmeta
    wp_terms
    wp_tutor_earnings
    wp_tutor_email_queue
    wp_tutor_gradebooks
    wp_tutor_gradebooks_results
    wp_tutor_notifications
    wp_tutor_quiz_attempt_answers
    wp_tutor_quiz_attempts
    wp_tutor_quiz_question_answers
    wp_tutor_quiz_questions
    wp_tutor_withdraws
    wp_usermeta
    wp_users

    Additionally, you will also need to extract data from all the WooCommerce-related tables and the folder wp-content/uploads.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.