{"id":8461,"date":"2022-09-02T11:21:52","date_gmt":"2022-09-02T11:21:52","guid":{"rendered":"https:\/\/clustercs.com\/kb\/?docs=docly-documentation\/server-setup\/add-a-server\/move-your-domains-from-cpanel"},"modified":"2022-09-19T12:58:01","modified_gmt":"2022-09-19T12:58:01","slug":"moving-your-domains-from-cpanel-to-clustercs","status":"publish","type":"docs","link":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/","title":{"rendered":"Move your domain(s) from CPanel!"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p><strong>If you want to move over from a CPanel server or shared hosting to a server managed by ClusterCS, but don\u2019t know where to begin, you will now find out that it\u2019s relatively simple.<\/strong><\/p>\n\n\n\n<p>First of all, you need to have a domain added to ClusterCS.<\/p>\n\n\n\n<p>For more information on how to do this, you can check\u00a0<a href=\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/domain-management\/intro\/adding-and-managing-subdomains-in-clustercs\" target=\"_blank\" rel=\"noopener\">THIS<\/a>\u00a0link.<\/p>\n\n\n\n<p>Once you are ready, you will have to do a full backup of your CPanel domain. You can do so using their Backup Wizard:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>Creating a full backup will save everything: The home directory, databases and any e-mails associated with your domain:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backup.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backup.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-full-backup.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-full-backup.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>If you want to save the backup in your PC (If you are not comfortable&nbsp;with using SSH commands) skip&nbsp;to point&nbsp;<strong>B<\/strong>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1662129032853\">A. Uploading the backup directly to the server and setting the files using SSH<\/h3>\n\n\n\n<p>Go to the Manage section of your domain in ClusterCS, when you will find all the data you need.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/domain-details.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/domain-details.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>In the CPanel Backup Wizard, you can now select Remote FTP Server (passive mode transfer) to directly upload the backup to the new server. Use port 21 for this, and the Remote Dir option should stay empty:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-generate-full-backup.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-generate-full-backup.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>Now you wait for the backup to be generated and uploaded. Once the procedure is finished, you will get an e-mail (If you chose to be notified),&nbsp;and the backup will appear in&nbsp;your user\u2019s root FTP directory.<\/p>\n\n\n\n<p>Now, to place the files in their respective folders, you need to login to your server using your SSH Client of choice. For most commands, replace the curly braces {} and the text inside them with the names that fit your case.<\/p>\n\n\n\n<p>Then, you need to go to the user\u2019s home folder and unzip the archive:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>cd \/home\/{your username}\ntar -xzvf {archive name}<\/code><\/pre>\n\n\n\n<p>A folder with the same name as the archive has been created, which you can now enter<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>cd {backup folder name}<\/code><\/pre>\n\n\n\n<p><strong>In case your SSH connection closes, before entering any commands you will need to change the working directory to the backup folder using:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>cd \/home\/{your username}\/{backup folder name}<\/code><\/pre>\n\n\n\n<p>If your domain is the main domain added in CPanel, to move the files you can use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync -avz homedir\/public_html\/ ..\/public_html\/<\/code><\/pre>\n\n\n\n<p>If your domain is added on CPanel as a subdomain or addon domain, go to the respective section in your CPanel and take that domain\u2019s document root folder, which should look like public_html\/{folder name}, and use this command on your new server:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>rsync -avz homedir\/public_html\/{folder name} ..\/public_html\/<\/code><\/pre>\n\n\n\n<p>The last thing to do is to set the ownership on the new files, so that the webservers can properly access them:<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>chown -R {your username}:{your username} ..\/public_html\/<\/code><\/pre>\n\n\n\n<p>Voila! The files are ready to be served, but most websites also use (at least) a database. You can go ahead and create any databases your domain uses in ClusterCS.&nbsp;<a href=\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/domain-management\/intro\/add-and-manage-wordpress\/\">THIS<\/a>&nbsp;article should help you if you have any trouble.<\/p>\n\n\n\n<p>Keep the SSH connection open.<\/p>\n\n\n\n<p>If you know the database user(s) password(s), you can add them exactly as they are in CPanel \u201cMySQL Databases\u201d tab. Remember to Associate the user(s) to the database(s).<\/p>\n\n\n\n<p>Now we only need to restore the database(s) from the Full Backup created. They are all located in the mysql folder. Use this command once for every database you need to restore:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>mysql -u {database username} -p {database name} &lt; {database name}<strong>.sql<\/strong><\/p><\/blockquote>\n\n\n\n<p>Now your domain should be fully working!<\/p>\n\n\n\n<p><strong>If you want to transfer e-mails as well, see C.<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1662129032818\">B. Saving and uploading the backup from your PC<\/h3>\n\n\n\n<p>If you aren\u2019t familiar with secure shell (SSH) commands, then you also can upload the backup using FTP\/phpMyAdmin. Please do keep in mind that phpMyAdmin is not a good solution for large databases.<\/p>\n\n\n\n<p>Instead of choosing a Remote FTP server, you can choose to save the backup to the home folder of your domain in CPanel. Once it is done, you can download there from their File Manager or using any FTP client.<\/p>\n\n\n\n<p>Once you have the backup, you should unzip it on your PC, enter the newly created folder, and connect to FTP using the credentials in the Manage tab of your domain on ClusterCS. Should look something like this:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/domain-details-2.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/domain-details-2.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>From the newly created backup folder on your PC, you should navigate to homedir\/public_html and copy all the content of that folder to the public_html folder on your domain.<\/p>\n\n\n\n<p>As for the database, first create the database(s) you were using. After setting the username(s) and database(s) and associating them, you can connect using phpMyAdmin:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/databases-1024x301.jpg\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/databases-1024x301.jpg\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p>From here, click on your database, import and select the .sql file from the backup folder\/mysql\/<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/pma-1024x119.png\"><img decoding=\"async\" src=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/pma-1024x119.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p><strong>NOTE:&nbsp;<\/strong>If you get any errors related to collation, edit the SQL file and use the Search and Replace function of your Text Editor to replace any utf8mb4 occurences to utf8.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1662129032839\">C. Moving e-mails from CPanel to ClusterCS:<\/h3>\n\n\n\n<p>Check&nbsp;<a href=\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/domain-management\/utility\/set-up-your-email-for-outlook\/\"><strong>this guide<\/strong><\/a>&nbsp;to add the e-mail addresses to ClusterCS before migrating anything you have on CPanel:<\/p>\n\n\n\n<p><strong>If you used method A:&nbsp;<\/strong>Connect using SSH to your VPS. Use the following commands to move the mails folder to the right place (Replace {your domain name} with the folder bearing your domain\u2019s name):<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>cd \/home\/{your username}\nrsync -avz {backup directory}\/homedir\/mail\/{your domain name} \/var\/mails\/         - Make sure there are no slashes after {your domain name}\nchown -R mails. \/var\/mails\/{your domain name}<\/code><\/pre>\n\n\n\n<p><strong>If you used method B:&nbsp;<\/strong>Enter the backup folder on your local PC and upload using any FTP client the homedir\/mail\/{your domain} folder to the user\u2019s home folder on your VPS.<\/p>\n\n\n\n<p>Connect using SSH to your VPS. Use the following commands to move the mails folder to the right place (Replace {your domain name} with the folder bearing your domain\u2019s name):<\/p>\n\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><code>cd \/home\/{your username}\nrsync -avz {your domain name} \/var\/mails\/         (Make sure there is no slash after your domain name)\nchown -R mails. \/var\/mails\/{your domain name}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you want to move over from a CPanel server or shared hosting to a server managed by ClusterCS, but don\u2019t know where to begin, you will now find out that it\u2019s relatively simple. First of all, you need to have a domain added to ClusterCS. For more information on how to do this, you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":8452,"menu_order":10,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[],"class_list":["post-8461","docs","type-docs","status-publish","hentry","no-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Move your domain(s) from CPanel! - ClusterCS Knowledge Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Move your domain(s) from CPanel! - ClusterCS Knowledge Base\" \/>\n<meta property=\"og:description\" content=\"If you want to move over from a CPanel server or shared hosting to a server managed by ClusterCS, but don\u2019t know where to begin, you will now find out that it\u2019s relatively simple. First of all, you need to have a domain added to ClusterCS. For more information on how to do this, you [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/\" \/>\n<meta property=\"og:site_name\" content=\"ClusterCS Knowledge Base\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-19T12:58:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/\",\"url\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/\",\"name\":\"Move your domain(s) from CPanel! - ClusterCS Knowledge Base\",\"isPartOf\":{\"@id\":\"https:\/\/clustercs.com\/kb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png\",\"datePublished\":\"2022-09-02T11:21:52+00:00\",\"dateModified\":\"2022-09-19T12:58:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#primaryimage\",\"url\":\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png\",\"contentUrl\":\"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/clustercs.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ClusterCS Documentation\",\"item\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Server Setup\",\"item\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Add a server\",\"item\":\"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Move your domain(s) from CPanel!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/clustercs.com\/kb\/#website\",\"url\":\"https:\/\/clustercs.com\/kb\/\",\"name\":\"ClusterCS Knowledge Base\",\"description\":\"Welcome to ClusterCS Documentation\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/clustercs.com\/kb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Move your domain(s) from CPanel! - ClusterCS Knowledge Base","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:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/","og_locale":"en_US","og_type":"article","og_title":"Move your domain(s) from CPanel! - ClusterCS Knowledge Base","og_description":"If you want to move over from a CPanel server or shared hosting to a server managed by ClusterCS, but don\u2019t know where to begin, you will now find out that it\u2019s relatively simple. First of all, you need to have a domain added to ClusterCS. For more information on how to do this, you [&hellip;]","og_url":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/","og_site_name":"ClusterCS Knowledge Base","article_modified_time":"2022-09-19T12:58:01+00:00","og_image":[{"url":"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/","url":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/","name":"Move your domain(s) from CPanel! - ClusterCS Knowledge Base","isPartOf":{"@id":"https:\/\/clustercs.com\/kb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#primaryimage"},"image":{"@id":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#primaryimage"},"thumbnailUrl":"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png","datePublished":"2022-09-02T11:21:52+00:00","dateModified":"2022-09-19T12:58:01+00:00","breadcrumb":{"@id":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#primaryimage","url":"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png","contentUrl":"https:\/\/clustercs.com\/oldkb\/wp-content\/uploads\/2018\/11\/aws-backups-wizard-1024x189.png"},{"@type":"BreadcrumbList","@id":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/moving-your-domains-from-cpanel-to-clustercs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/clustercs.com\/kb\/"},{"@type":"ListItem","position":2,"name":"ClusterCS Documentation","item":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/"},{"@type":"ListItem","position":3,"name":"Server Setup","item":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/"},{"@type":"ListItem","position":4,"name":"Add a server","item":"https:\/\/clustercs.com\/kb\/docs\/clustercs\/server-setup\/add-a-server\/"},{"@type":"ListItem","position":5,"name":"Move your domain(s) from CPanel!"}]},{"@type":"WebSite","@id":"https:\/\/clustercs.com\/kb\/#website","url":"https:\/\/clustercs.com\/kb\/","name":"ClusterCS Knowledge Base","description":"Welcome to ClusterCS Documentation","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/clustercs.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/docs\/8461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/comments?post=8461"}],"version-history":[{"count":7,"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/docs\/8461\/revisions"}],"predecessor-version":[{"id":8986,"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/docs\/8461\/revisions\/8986"}],"up":[{"embeddable":true,"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/docs\/8452"}],"wp:attachment":[{"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/media?parent=8461"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/clustercs.com\/kb\/wp-json\/wp\/v2\/doc_tag?post=8461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}