How to Copy Magento 2 Files From One Server to Another

That’s a shame :confused: I’m aiming to have a video out in a couple of weeks to cover migrating Magento from server to server using rsync. I’ll make sure to include whitelisting from the command line.

As for the phpMyAdmin error, you might be able to solve that by running the following commands as a superuser:

  1. sudo apt-get update
  2. sudo apt-get upgrade phpmyadmin

Hopefully, that will upgrade your version of phpMyAdmin to one that supports PHP 7.2.

EDIT: Fixed typo