Overwrite posts/pages via import

A good way around this I’ve found is to modify your local wp-config.php to access the remote database directly. You often have to enable remote sql in CPANEL. Then you enter the remote host URL in the define('DB_HOST', 'yoursite.com'); part of the config.