I have a Q2A server running remotely and another instance running on my localhost. The localhost instance has a large amount of user/post data that I need to upload to the remote server. The only way I've been able to successfully migrate this data has been by performing a MySQL dump or copying the entire Docker volume on which the database is stored. However, I don't want to override the website configurations on the remote host (admin panel stuff).
What options are available for making this work?