Export existing Databases mysqldump --all-databases > dump.sql If you want to download from your website mv dump.sql /var/www/vhosts/webiste/git/repo/src/public/ Login in Server wget https://website/path/dump.sql Import databases mysql < dump.sql