Request for Help with Duplicator Migration Issues
-
Request for Help with Duplicator Migration Issues
Hello, I migrated my WordPress site using Duplicator, but I encountered several problems. I need your help to solve them.
1. Login Issue
I tested login functions using Ultimate Member and Simple Member plugins. However, I found this problem:
- Users are logged out on the front page. After logging in, if I go to the main page, I am automatically logged out.
- Login works fine on the admin page. If I log in at
mydomain/wp-admin, the session stays active.
This may be caused by PHP sessions, cookies, or database migration issues.
2. MySQL and MariaDB Version Difference
- Previous server: MariaDB 11.3.2
- Current server: MySQL 8.0.37
During installation, I saw a warning about database compatibility issues. 3. Database Error Messages
During the setup process, I got the following database errors:
1) mysqldump Error
DATABASE ERROR: 'You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqldump: Deprecated program name. It will be removed in a future release, use ' at line 3'- It seems that
mysqldumpis not compatible or contains incorrect SQL syntax. - However, I think this error happened on the source server while creating the backup. If so, it might not affect my current site.
- Do you think this error is important? Should I be concerned about possible data corruption?
2) time_zone Error
DATABASE ERROR: 'Variable 'time_zone' can't be set to the value of 'NULL''- The
time_zonevariable is set toNULL, which causes an error.
Is there a way to fix these errors when migrating from MariaDB to MySQL using Duplicator?
I appreciate any help. Thank you!
The topic ‘Request for Help with Duplicator Migration Issues’ is closed to new replies.