{"id":3546,"date":"2021-11-03T10:03:19","date_gmt":"2021-11-03T10:03:19","guid":{"rendered":"https:\/\/ownwebservers.com\/kb\/?p=3546"},"modified":"2021-11-03T13:26:00","modified_gmt":"2021-11-03T13:26:00","slug":"learn-how-to-backup-or-export-the-database-from-ssh","status":"publish","type":"post","link":"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/","title":{"rendered":"Learn how to Backup or Export the Database from SSH"},"content":{"rendered":"<p>In this tutorial, we will see how you can export the database from SSH. In situations like moving your site this can be useful, as it can help you to export the entire database, or need to upgrade a website.<\/p>\n<h3>Generate a Database Backup:<\/h3>\n<p><strong>Step 1:<\/strong>\u00a0Connect to your server via SSH.<\/p>\n<p><strong>Step 2:<\/strong>\u00a0In the command line enter the following code:<\/p>\n<blockquote><p>mysqldump -u dbusername -p databasename &gt; nameofdbbackup.sql<\/p><\/blockquote>\n<p><strong>Make sure you replace:<\/strong><\/p>\n<p>dbusername = with the database username for the database you want to export.<\/p>\n<p>databasename = with the name of the database you want to export.<\/p>\n<p>nameofdbbackup = enter a name for the exported database.<\/p>\n<p><strong>Step 3:<\/strong>\u00a0Once you Press the Enter key, it will ask you for your password. Provide your password and press Enter key again, the exporting process will begin. It may take some time to complete the process, depending on the size of your database. The SSH client will take you to the new line when this process is completed and the database will now be available for download in your home directory.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we will see how you can export the database from SSH. In situations like moving your site this can be useful, as it can help you to export the entire database, or need to upgrade a website. Generate a Database Backup: Step 1:\u00a0Connect to your server via SSH. Step 2:\u00a0In the command [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-3546","post","type-post","status-publish","format-standard","hentry","category-mysql"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v15.2.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Learn how to Backup or Export the Database from SSH - OWS KB<\/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:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Learn how to Backup or Export the Database from SSH - OWS KB\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will see how you can export the database from SSH. In situations like moving your site this can be useful, as it can help you to export the entire database, or need to upgrade a website. Generate a Database Backup: Step 1:\u00a0Connect to your server via SSH. Step 2:\u00a0In the command [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/\" \/>\n<meta property=\"og:site_name\" content=\"OWS KB\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-03T10:03:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-03T13:26:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\">\n\t<meta name=\"twitter:data1\" content=\"admin\">\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" content=\"1 minute\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"OWS KB\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/ownwebservers.com\/kb\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/#webpage\",\"url\":\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/\",\"name\":\"Learn how to Backup or Export the Database from SSH - OWS KB\",\"isPartOf\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#website\"},\"datePublished\":\"2021-11-03T10:03:19+00:00\",\"dateModified\":\"2021-11-03T13:26:00+00:00\",\"author\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\"},\"breadcrumb\":{\"@id\":\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"position\":2,\"item\":{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/\",\"url\":\"https:\/\/ownwebservers.com\/kb\/learn-how-to-backup-or-export-the-database-from-ssh\/\",\"name\":\"Learn how to Backup or Export the Database from SSH\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#\/schema\/person\/4a40fe3fe17a08ddd1d7c113668e75f2\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/ownwebservers.com\/kb\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ba5db5841d48bd7517bb2583e13983e6d2fa56a4099a0b3c61ad2daefc321303?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/ownwebservers.com\/kb\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","_links":{"self":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/comments?post=3546"}],"version-history":[{"count":2,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3546\/revisions"}],"predecessor-version":[{"id":3568,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/posts\/3546\/revisions\/3568"}],"wp:attachment":[{"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/media?parent=3546"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/categories?post=3546"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ownwebservers.com\/kb\/wp-json\/wp\/v2\/tags?post=3546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}