I’m trying to follow those instructions: How to Check and Update Your WordPress PHP Version (2023). I wanted to test my website first to make sure everything is working correctly. However, the instructions is so confusing and some parts need more instructions.
I’ve noticed that when I upload “Plugins”, “Themes”, and “Uploads”, the plugin “Display PHP Version” still display php 7. I also notice that when I upload “Uploads”, the images didn’t appear in Media in wordpress dashboard. Why is this?
Finally, when I upload “Database”, I got several warnings:
Backup of: http://test.idssite.com (version: 4.9.4)
Warnings:This backup set is from a different site - this is not a restoration, but a migration. You need the Migrator add-on in order to make this work.
You can search and replace your database (for migrating a website to a new location/URL) with the Migrator add-on - follow this link for more information
The database server that this WordPress site is running on doesn’t support the collation (utf8mb4_unicode_520_ci) used in the database which you are trying to import. You can choose another suitable collation instead and continue with the restoration (at your own risk).
The instructions didn’t mention those warnings. All it said was, “Click the Restore button next to it, and you’re in business.”
Also, when I went ahead with restoring database, it overwrote the local database and changed the php version from 7 to 5.
What should I do to gather the media images, pages, menus, without overwriting the local database and changing php version? Do I have to start all over again from scratch or is there any solution?