I got to migrate a website which is created in Drupal 8 and it's located in one of the Ubuntu server. I'm trying to migrated it to Drupal 8.2.6 in CentOS.
I have manually setup LAMP on CentOS. I was able to access php, Drupal and apache from the browser. Then I took a back up of previous Drupal DB with the help of "Backup and Migration" module. On the current Drupal, I have imported the DB using "import" in phpmyadmin and copied all the config files from previous Drupal server to the current in the Drupal directory.
I currently have a Drupal 8.1 site that has had a lot of unnecessary modules installed and just junk built up in it at is was my first experience with Drupal. I have been getting PHP errors left and right even after uninstalling modules and I cant update core anymore, so I decided to reinstall and reconfigure the site in another environment with clean DB's.
Problem is I have a lot of content on the old site that I need to migrate over, and the new site has the content types configured differently with different machine names and some changes to their fields.