{"id":5741,"date":"2017-02-17T18:04:39","date_gmt":"2017-02-17T15:04:39","guid":{"rendered":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/"},"modified":"2023-01-19T13:59:41","modified_gmt":"2023-01-19T10:59:41","slug":"transfer_drupal_on_host","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/","title":{"rendered":"How to transfer a Drupal website to a new hosting"},"content":{"rendered":"<p><span style=\"font-family: Ubuntu, sans-serif;\">In order to transfer your Drupal website to a new hosting, you will need to transfer its files and database..\u00a0<\/span><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Prerequisits<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">On a server \u2014 root (admin level) access, Linux\/Windows Apache, MySQL and PHP.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">On a hosting \u2014 admin panel or access via SSH.<\/span><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Creating a database backup<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\"> Before you create a backup, you will need to clear Drupal&#8217;s cache. In order to do this:<\/span><\/p>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into Drupal&#8217;s admin panel<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">In the top menu click on <em> Configuration\/Development\/Performance<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click on <em>Clear all caches<\/em>.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">You can backup the database through <em>phpMyAdmin<\/em>. Alternatively, you can do this via a console. We will provide instructions for both scenarios.<\/span><\/p>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Backing the database up via phpMyAdmin<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into your admin panel<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go to <em>phpMyAdmin<\/em> menu.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5724\" src=\"https:\/\/unihost.com\/help\/minio.php?phpMyAdmin.png\" alt=\"phpMyAdmin\" width=\"1190\" height=\"189\" \/ title=\"How to transfer a Drupal website to a new hosting - Image 1\"><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Choose the necessary database on the left. You will see a list of tables to the right.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-11049 size-full\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/DL_170921_9YsU9irH.jpg\" alt=\"replace\" width=\"1075\" height=\"414\" \/ title=\"How to transfer a Drupal website to a new hosting - Image 2\"><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click <em>Export<\/em>. This will open a new page.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click <em>Go<\/em> and save the file.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5730\" src=\"https:\/\/unihost.com\/help\/minio.php?export-db02.png\" alt=\"export-db02\" width=\"623\" height=\"314\" \/ title=\"How to transfer a Drupal website to a new hosting - Image 3\"><\/li>\n<\/ol>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Backing the database up via console on Linux<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">In order to back up the database via console, enter the following command into the terminal:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">mysql -u user_name -p user_password database_name &gt; path\/and\/file_name_for_backup.sql<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<\/ol>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Backing the database up via console on Linux (Drush)<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">If you have Drush installed, enter the following command into the terminal:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">drush sql-dump &gt; path\/and\/file_name_for_backup.sql<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<\/ol>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Backing the database up via console on Windows<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Open the command prompt (<em>Win+R<\/em>, or <em>Start\/Accessories\/Command prompt<\/em>).<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Using the command prompt, go to the folder where you have MySQL installed. To do this, enter:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">cd Path\/to\/MySQL\/installation\/folder<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Go to the folder with executable files. To do this, enter:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">cd bin<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Save the backup into the file. In order to do this, enter:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">mysqldump.exe -e -u user_name -p user_password database_name &gt; path\/and\/file_name_for_backup.sql<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<\/ol>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Transferring the website&#8217;s files<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">After you have the database backed up, you need to transfer the website&#8217;s files to a new hosting. In order to do this, you need to archive them. Transferring an archive is faster and more safe than transferring each files separately.<\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">After you have downloaded the website&#8217;s archive, upload it to our hosting and unpack it.<\/span><\/p>\n<h2><span style=\"font-family: Ubuntu, sans-serif;\">Importing the database backup<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Before you import a backup, you need to create a database. If you need instructions:<\/span><\/p>\n<ul>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"><a href=\"https:\/\/unihost.com\/help\/faq\/how-to-create-a-database\/\" target=\"_blank\" rel=\"noopener\">How to create a database in ISPmanager<\/a><\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"><a href=\"https:\/\/unihost.com\/help\/how-to-create-a-database-in-cpanel\/\" target=\"_blank\" rel=\"noopener\">How to create a database in cPanel<\/a><\/span><\/li>\n<\/ul>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">After you have created a database, you need to import the backup. You can do this via both admin panel and console.<\/span><\/p>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Importing the backup via phpMyAdmin<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Log into the admin panel.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Go to <em>phpMyAdmin<\/em> menu.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5724\" src=\"https:\/\/unihost.com\/help\/minio.php?phpMyAdmin.png\" alt=\"phpMyAdmin\" width=\"1190\" height=\"189\" \/ title=\"How to transfer a Drupal website to a new hosting - Image 4\"><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">On the left, select your database.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5732\" src=\"https:\/\/unihost.com\/help\/minio.php?import-db.png\" alt=\"import-db\" width=\"1182\" height=\"308\" \/ title=\"How to transfer a Drupal website to a new hosting - Image 5\"><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click on <em>Import<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">In the <em>File to import<\/em> field, select a file with a backup you made earlier.<\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-5734\" src=\"https:\/\/unihost.com\/help\/minio.php?import-db2.png\" alt=\"import-db2\" width=\"1058\" height=\"600\" \/ title=\"How to transfer a Drupal website to a new hosting - Image 6\"><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Uncheck <em>Partial Import<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Set the import format to be <em>SQL<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Click <em>Go<\/em>.<\/span><\/li>\n<\/ol>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Importing backup via console on Linux<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Enter the command into the terminal:<\/span><br \/>\n<span style=\"font-family: 'Ubuntu Mono', monospace;\">mysql -u user_name -p user_password database_name &lt; path\/to\/a\/file_with_backup.sql<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Alternatively, you can use a following set of commands:<\/span><\/p>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">mysql -u user_name -p user_password database_name\u0445<\/span><\/pre>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">use database_name<\/span><\/pre>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">source path\/to\/a\/file_with_backup.sql<\/span><\/pre>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Importing a backup via a console on Linux (Drush)<\/span><\/h3>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">Only the backups that were created in Drush can be imported through it.<\/span><br \/>\n<span style=\"font-family: Ubuntu, sans-serif;\">After Drush is setup, the settings.php file already has to contain the permissions on database access and its name, while the database itself must be empty.<\/span><\/p>\n<h3><span style=\"font-family: Ubuntu, sans-serif;\">Importing backup via console on Windows<\/span><\/h3>\n<ol>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Open the command prompt (<em>Win+R<\/em>, or <em>Start\/Accessories\/Command prompt<\/em>).<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Using the command prompt, go to the folder where you have MySQL installed. To do this, enter:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">cd Path\/to\/MySQL\/installation\/folder<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Go to the folder with executable files. To do this, enter:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">cd bin<\/span><\/pre>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">cd bin<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\"> Import the database. In order to do this, enter into the command prompt:<\/span>\n<pre><span style=\"font-family: 'Ubuntu Mono', monospace;\">mysqldump.exe -e -u user_name -p user_password database_name &lt; path\/to\/a\/file_with_backup.sql<\/span><\/pre>\n<\/li>\n<li><span style=\"font-family: Ubuntu, sans-serif;\">Press <em>Enter<\/em>.<\/span><\/li>\n<\/ol>\n<hr \/>\n<p><span style=\"font-family: Ubuntu, sans-serif;\">If you are transferring your website to Unihost hosting \u2014 we are offering a free transfer service. Just notify our tech support that you want to transfer a website and we will do it for you.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In order to transfer your Drupal website to a new hosting, you will need to transfer its files and database..\u00a0 Prerequisits On a server \u2014 root (admin level) access, Linux\/Windows Apache, MySQL and PHP. On a hosting \u2014 admin panel or access via SSH. Creating a database backup Before you create a backup, you will [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[168,6],"tags":[422,423,424,425,11,426,245,427],"class_list":["post-5741","post","type-post","status-publish","format-standard","hentry","category-06-cms","category-vps","tag-cms-2","tag-cpanel-2","tag-data_base-2","tag-drupal-2","tag-hosting","tag-ispmanager-2","tag-transfer","tag-whm-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to transfer a Drupal website to a new hosting - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"The detail a step by step tutorial how to transfer a Drupal website to a new hosting account. - Unihost.FAQ\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to transfer a Drupal website to a new hosting - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"The detail a step by step tutorial how to transfer a Drupal website to a new hosting account. - Unihost.FAQ\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-02-17T15:04:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T10:59:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/unihost.com\/help\/wp-content\/uploads\/phpMyAdmin.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to transfer a Drupal website to a new hosting\",\"datePublished\":\"2017-02-17T15:04:39+00:00\",\"dateModified\":\"2023-01-19T10:59:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\"},\"wordCount\":633,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/phpMyAdmin.png\",\"keywords\":[\"CMS\",\"cPanel\",\"data_base\",\"Drupal\",\"Hosting\",\"ISPManager\",\"transfer\",\"WHM\"],\"articleSection\":[\"06. CMS\",\"Virtual Private Server (VPS)\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\",\"url\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\",\"name\":\"How to transfer a Drupal website to a new hosting - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/unihost.com\/help\/wp-content\/uploads\/phpMyAdmin.png\",\"datePublished\":\"2017-02-17T15:04:39+00:00\",\"dateModified\":\"2023-01-19T10:59:41+00:00\",\"description\":\"The detail a step by step tutorial how to transfer a Drupal website to a new hosting account. - Unihost.FAQ\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?phpMyAdmin.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?phpMyAdmin.png\",\"width\":1190,\"height\":189},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to transfer a Drupal website to a new hosting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to transfer a Drupal website to a new hosting - Unihost.FAQ","description":"The detail a step by step tutorial how to transfer a Drupal website to a new hosting account. - Unihost.FAQ","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/","og_locale":"en_US","og_type":"article","og_title":"How to transfer a Drupal website to a new hosting - Unihost.FAQ","og_description":"The detail a step by step tutorial how to transfer a Drupal website to a new hosting account. - Unihost.FAQ","og_url":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2017-02-17T15:04:39+00:00","article_modified_time":"2023-01-19T10:59:41+00:00","og_image":[{"url":"https:\/\/unihost.com\/help\/wp-content\/uploads\/phpMyAdmin.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to transfer a Drupal website to a new hosting","datePublished":"2017-02-17T15:04:39+00:00","dateModified":"2023-01-19T10:59:41+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/"},"wordCount":633,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/phpMyAdmin.png","keywords":["CMS","cPanel","data_base","Drupal","Hosting","ISPManager","transfer","WHM"],"articleSection":["06. CMS","Virtual Private Server (VPS)"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/","url":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/","name":"How to transfer a Drupal website to a new hosting - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage"},"thumbnailUrl":"https:\/\/unihost.com\/help\/wp-content\/uploads\/phpMyAdmin.png","datePublished":"2017-02-17T15:04:39+00:00","dateModified":"2023-01-19T10:59:41+00:00","description":"The detail a step by step tutorial how to transfer a Drupal website to a new hosting account. - Unihost.FAQ","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/transfer_drupal_on_host\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?phpMyAdmin.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?phpMyAdmin.png","width":1190,"height":189},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/transfer_drupal_on_host\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to transfer a Drupal website to a new hosting"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/5741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=5741"}],"version-history":[{"count":4,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/5741\/revisions"}],"predecessor-version":[{"id":11051,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/5741\/revisions\/11051"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=5741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=5741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=5741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}