{"id":312,"date":"2023-05-31T15:45:25","date_gmt":"2023-05-31T15:45:25","guid":{"rendered":"https:\/\/info.ffteixeira.net\/?p=312"},"modified":"2023-05-31T15:45:25","modified_gmt":"2023-05-31T15:45:25","slug":"wp-db-backup","status":"publish","type":"post","link":"https:\/\/blog.ffteixeira.net\/?p=312","title":{"rendered":"WP DB Backup"},"content":{"rendered":"\n<p><strong>It is strongly recommended that you backup your database at regular intervals and before an upgrade.<\/strong><\/p>\n\n\n\n<!--more-->\n\n\n<a class=\"wp-block-read-more\" href=\"https:\/\/blog.ffteixeira.net\/?p=312\" target=\"_self\">Read more<span class=\"screen-reader-text\">: WP DB Backup<\/span><\/a>\n\n\n<p><a href=\"https:\/\/wordpress.org\/support\/article\/restoring-your-database-from-backup\/\">Restoring your database from backup<\/a>&nbsp;is then possible if something goes wrong.&nbsp;<\/p>\n\n\n\n<p><strong>NOTE:<\/strong>&nbsp;Below steps backup core WordPress database that include all your posts, pages and comments, but DO NOT backup the files and folders such as images, theme files on the server. For whole WordPress site backup, refer&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/wordpress-backups\/\">WordPress Backups<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"backup-using-cpanel-x\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#backup-using-cpanel-x\">Backup using cPanel X<\/a><\/h2>\n\n\n\n<p>cPanel is a popular control panel used by many web hosts. The backup feature can be used to backup your MySQL database. Do not generate a full backup, as these are strictly for archival purposes and cannot be restored via cPanel. Look for \u2018Download a MySQL Database Backup\u2019 and click the name of the database. A *.gz file will be downloaded to your local drive.<\/p>\n\n\n\n<p>There is no need to unzip this file to restore it. Using the same cPanel program, browse to the gz file and upload it. Once the upload is complete, the bottom of the browser will indicate dump complete. If you are uploading to a new host, you will need to recreate the database user along with the matching password. If you change the password, make the corresponding change in the wp-config.php file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"using-phpmyadmin\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#using-phpmyadmin\">Using phpMyAdmin<\/a><\/h2>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/support\/article\/phpmyadmin\/\">phpMyAdmin<\/a>&nbsp;is the name of the program used to manipulate your database.<\/p>\n\n\n\n<p>Information below has been tried and tested using phpMyAdmin version 4.4.13 connects to MySQL version 5.6.28 running on Linux.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_top.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_top.jpg\" alt=\"phpmyadmin_top\" class=\"wp-image-10840209\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"quick-backup-process\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#quick-backup-process\">Quick backup process<\/a><\/h3>\n\n\n\n<p>When you backup all tables in the WordPress database without compression, you can use simple method. To restore this backup, your new database should not have any tables.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Log into phpMyAdmin on your server<\/li>\n\n\n\n<li>From the left side window, select your WordPress database. In this example, the name of database is \u201cwp\u201d.<\/li>\n\n\n\n<li>The right side window will show you all the tables inside your WordPress database. Click the \u2018Export\u2019 tab on the top set of tabs.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_dbtop.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_dbtop.jpg\" alt=\"\" class=\"wp-image-10840225\"\/><\/a><\/figure>\n\n\n\n<p>4. Ensure that the Quick option is selected, and click \u2018Go\u2019 and you should be prompted for a file to download. Save the file to your computer. Depending on the database size, this may take a few moments.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_quick_export.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_quick_export.jpg\" alt=\"phpmyadmin_quick_export\" class=\"wp-image-10840233\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"custom-backup-process\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#custom-backup-process\">Custom backup process<\/a><\/h3>\n\n\n\n<p>If you want to change default behavior, select Custom backup.&nbsp; In above Step 4, select Custom option. Detailed options are displayed.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_custom_export.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_custom_export.jpg\" alt=\"phpmyadmin_custom_export\" class=\"wp-image-10840236\"\/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-table-section\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#the-table-section\">The Table section<\/a><\/h4>\n\n\n\n<p>All the tables in the database are selected. If you have other programs that use the database, then choose only those tables that correspond to your WordPress install. They will be the ones with that start with \u201cwp_\u201d or whatever \u2018table_prefix\u2019 you specified in your \u2018wp-config.php\u2019 file.<\/p>\n\n\n\n<p>If you only have your WordPress blog installed, leave it as is (or click \u2018Select All\u2019 if you changed the selection)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-output-section\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#the-output-section\">The Output section<\/a><\/h4>\n\n\n\n<p>Select \u2018zipped\u2019 or \u2018gzipped\u2019 from Compression box to compress the data.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_output.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_output.jpg\" alt=\"phpmyadmin_export_output\" class=\"wp-image-10840238\"\/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-format-section\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#the-format-section\">The Format section<\/a><\/h4>\n\n\n\n<p>Ensure that the SQL is selected. Unlike CSV or other data formats, this option exports a sequence of SQL commands.<\/p>\n\n\n\n<p>In the Format-specific options section, leave options as they are.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_formatspecific.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_formatspecific.jpg\" alt=\"phpmyadmin_export_formatspecific\" class=\"wp-image-10840239\"\/><\/a><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"the-object-creation-options-section\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#the-object-creation-options-section\">The Object creation options section<\/a><\/h4>\n\n\n\n<p>Select Add DROP TABLE \/ VIEW \/ PROCEDURE \/ FUNCTION \/ EVENT \/ TRIGGER statement. Before table creation on target database, it will call DROP statement to delete the old existing table if it exist.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_object.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_object.jpg\" alt=\"phpmyadmin_export_object\" class=\"wp-image-10840244\"\/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-data-creation-options-section\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#the-data-creation-options-section\">The Data creation options section<\/a><\/h2>\n\n\n\n<p>Leave options as they are.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_data.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/phpmyadmin_export_data.jpg\" alt=\"phpmyadmin_export_data\" class=\"wp-image-10840246\"\/><\/a><\/figure>\n\n\n\n<p>Now click \u2018Go\u2019 at the bottom of the window and you should be prompted for a file to download. Save the file to your computer. Depending on the database size, this may take a few moments.<\/p>\n\n\n\n<p><strong>Remember<\/strong>&nbsp;\u2013 you have NOT backed up the files and folders \u2013 such as images \u2013 but all your posts and comments are now safe.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"using-straight-mysql-mariadb-commands\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#using-straight-mysql-mariadb-commands\">Using Straight MySQL\/MariaDB Commands<\/a><\/h2>\n\n\n\n<p>phpMyAdmin cannot handle large databases so using straight MySQL\/MariaDB code will help.<\/p>\n\n\n\n<p>Change your directory to the directory you want to export backup to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>user@linux:~&gt; cd files\/blog\nuser@linux:~\/files\/blog&gt;<\/code><\/pre>\n\n\n\n<p>Use the&nbsp;<code>mysqldump<\/code>&nbsp;command with your MySQL server name, user name and database name. It prompts you to input password (For help, try:&nbsp;<code>man mysqldump<\/code>).<\/p>\n\n\n\n<p><strong>To backup all database tables<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mysqldump --add-drop-table -h mysql_hostserver -u mysql_username -p mysql_databasename\ufeff<\/code><\/pre>\n\n\n\n<p><strong>To backup only certain tables from the database<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mysqldump --add-drop-table -h mysql_hostserver -u mysql_username -p mysql_databasename\ufeff<\/code><\/pre>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>user@linux:~\/files\/blog&gt; mysqldump --add-drop-table -h db01.example.net -u dbocodex -p wp &gt; blog.bak.sql\nEnter password: (type password)<\/code><\/pre>\n\n\n\n<p><strong>Use bzip2 to compress the backup file<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>user@linux:~\/files\/blog&gt; bzip2 blog.bak.sql<\/code><\/pre>\n\n\n\n<p>You can do the same thing that above two commands do in one line:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>user@linux:~\/files\/blog&gt; mysqldump --add-drop-table -h db01.example.net -u dbocodex -p wp | bzip2 -c &gt; blog.bak.sql.bz2\nEnter password: (type password)<\/code><\/pre>\n\n\n\n<p>The bzip2 -c after the | (pipe) means the backup is compressed on the fly, and the &gt; blog.bak.sql.bz2 sends the bzip output to a file named blog.bak.sql.bz2.<\/p>\n\n\n\n<p>Despite bzip2 being able to compress most files more effectively than the older compression algorithms (.Z, .zip, .gz), it is&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Bzip2\" target=\"_blank\" rel=\"noreferrer noopener\">considerably slower<\/a>&nbsp;(compression and decompression). If you have a large database to backup, gzip is a faster option to use.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>user@linux:~\/files\/blog&gt; mysqldump --add-drop-table -h db01.example.net -u dbocodex -p wp | gzip &gt; blog.bak.sql.gz<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"using-mysql-workbench\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#using-mysql-workbench\">Using MySQL Workbench<\/a><\/h2>\n\n\n\n<p><a href=\"https:\/\/dev.mysql.com\/downloads\/workbench\/\" target=\"_blank\" rel=\"noreferrer noopener\">MySQL Workbench<\/a>&nbsp;(formerly known as My SQL Administrator) is a program for performing administrative operations, such as configuring your MySQL server, monitoring its status and performance, starting and stopping it, managing users and connections, performing backups, restoring backups and a number of other administrative tasks.<\/p>\n\n\n\n<p>You can perform most of those tasks using a command line interface such as that provided by&nbsp;<a href=\"https:\/\/dev.mysql.com\/doc\/refman\/8.0\/en\/mysqladmin.html\" target=\"_blank\" rel=\"noreferrer noopener\">mysqladmin<\/a>&nbsp;or&nbsp;<a href=\"https:\/\/dev.mysql.com\/doc\/refman\/8.0\/en\/mysql.html\" target=\"_blank\" rel=\"noreferrer noopener\">mysql<\/a>, but MySQL Workbench is advantageous in the following respects:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Its graphical user interface makes it more intuitive to use.<\/li>\n\n\n\n<li>It provides a better overview of the settings that are crucial for the performance, reliability, and security of your MySQL servers.<\/li>\n\n\n\n<li>It displays performance indicators graphically, thus making it easier to determine and tune server settings.<\/li>\n\n\n\n<li>It is available for Linux, Windows and MacOS X, and allows a remote client to backup the database across platforms. As long as you have access to the MySQL databases on the remote server, you can backup your data to wherever you have write access.<\/li>\n\n\n\n<li>There is no limit to the size of the database to be backed up as there is with phpMyAdmin.<\/li>\n<\/ul>\n\n\n\n<p>Information below has been tried and tested using MySQL Workbench version 6.3.6 connects to MySQL version 5.6.28 running on Linux.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_top.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_top.jpg\" alt=\"mysql_workbench_top\" class=\"wp-image-10845862\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"backing-up-the-database\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#backing-up-the-database\">Backing Up the Database<\/a><\/h3>\n\n\n\n<p>This assumes you have already installed MySQL Workbench and set it up so that you can login to the MySQL Database Server either locally or remotely. Refer to the documentation that comes with the installation package of MySQL Workbench for your platform for installation instructions or&nbsp;<a href=\"https:\/\/dev.mysql.com\/doc\/workbench\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">online document<\/a>.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Launch the MySQL Workbench<\/li>\n\n\n\n<li>Click your database instance if it is displayed on the top page. Or, Click Database -&gt; Connect Database from top menu, enter required information and Click OK.<\/li>\n\n\n\n<li>Click Data Export in left side window.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_export.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_export.jpg\" alt=\"mysql_workbench_export\" class=\"wp-image-10845865\"\/><\/a><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select your WordPress databases that you want to backup.<\/li>\n\n\n\n<li>Specify target directory on Export Options. You need write permissions in the directory to which you are writing the backup<\/li>\n\n\n\n<li>Click Start Export on the lower right of the window.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_export2.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_export2.jpg\" alt=\"mysql_workbench_export2\" class=\"wp-image-10845868\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"restoring-from-a-backup\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#restoring-from-a-backup\">Restoring From a Backup<\/a><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Launch the MySQL Workbench<\/li>\n\n\n\n<li>Click your database instance if it is displayed on the top page. Or, Click Database -&gt; Connect Database, and Click OK.<\/li>\n\n\n\n<li>Click Data Import\/Restore in left side window.<\/li>\n\n\n\n<li>Specify folder where you have backup files. Click \u201c\u2026\u201d at the right of Import from Dump Project Folder, select backup folder, and click Open<\/li>\n\n\n\n<li>Click Start Import on the lower right of the window. The database restore will commence.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_import.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/mysql_workbench_import.jpg\" alt=\"mysql_workbench_import\" class=\"wp-image-10845870\"\/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"mysql-gui-tools\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#mysql-gui-tools\">MySQL GUI Tools<\/a><\/h2>\n\n\n\n<p>In addition to MySQL Workbench, there are many GUI tools that let you backup (export) your database.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Name<\/th><th>OS (Paid edition)<\/th><th>OS (Free edition)<\/th><td><\/td><\/tr><tr><td><a href=\"http:\/\/www.mysql.com\/products\/workbench\/\" target=\"_blank\" rel=\"noreferrer noopener\">MySQL Workbench<\/a><\/td><td>Windows\/Mac\/Linux<\/td><td>Windows\/Mac\/Linux<\/td><td>See&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/backing-up-your-database\/#Using_MySQL_Workbench\">above<\/a><\/td><\/tr><tr><td><a href=\"http:\/\/sqlmanager.net\/en\/products\/studio\/mysql\" target=\"_blank\" rel=\"noreferrer noopener\">EMS SQL Management Studio for MySQL<\/a><\/td><td>Windows<\/td><td>\u2013<\/td><td><\/td><\/tr><tr><td><a href=\"http:\/\/www.aquafold.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Aqua Data Studio<\/a><\/td><td>Windows\/Mac\/Linux<\/td><td>Windows\/Mac\/Linux (14 days trial)<\/td><td>Available in 9 languages<\/td><\/tr><tr><td><a href=\"https:\/\/www.navicat.com\/en\/products\/navicat-for-mysql\" target=\"_blank\" rel=\"noreferrer noopener\">Navicat for MySQL<\/a><\/td><td>Windows\/Mac\/Linux<\/td><td>Windows\/Mac\/Linux (14 days trial)<\/td><td>Available in 8 languages<\/td><\/tr><tr><td><a href=\"http:\/\/www.webyog.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">SQLyog<\/a><\/td><td>Windows<\/td><td>\u2013<\/td><td><\/td><\/tr><tr><td><a href=\"https:\/\/www.toadworld.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Toad for MySQL<\/a><\/td><td>\u2013<\/td><td>Windows<\/td><td><\/td><\/tr><tr><td><a href=\"http:\/\/www.heidisql.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">HeidiSQL<\/a><\/td><td>\u2013<\/td><td>Windows<\/td><td><\/td><\/tr><tr><td><a href=\"http:\/\/sequelpro.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Sequel Pro<\/a><\/td><td>Mac<\/td><td>CocoaMySQL successor<\/td><td><\/td><\/tr><tr><td><a href=\"http:\/\/www.araelium.com\/querious\/\" target=\"_blank\" rel=\"noreferrer noopener\">Querious<\/a><\/td><td>\u2013<\/td><td>Mac<\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"using-wordpress-database-backup-plugin\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#using-wordpress-database-backup-plugin\">Using WordPress Database Backup Plugin<\/a><\/h2>\n\n\n\n<p>You can find plugins that can help you back up your database in the&nbsp;<a href=\"https:\/\/wordpress.org\/plugins\/search\/database+backup\/\">WordPress Plugin Directory<\/a>.<\/p>\n\n\n\n<p>The instructions below are for the plugin called&nbsp;<a href=\"https:\/\/wordpress.org\/plugins\/wp-db-backup\/\">WP-DB-Backup:<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"installation\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#installation\">Installation<\/a><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Search for \u201cWP-DB-Backup\u201d on&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/administration-screens\/\">Administration<\/a>&nbsp;&gt;&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/administration-screens\/#plugins-add-functionality-to-your-blog\">Plugins<\/a>&nbsp;&gt;&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/administration-screens\/#add-new-plugins\">Add New<\/a>.<\/li>\n\n\n\n<li>Click Install Now.<\/li>\n\n\n\n<li>Activate the plugin.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"backing-up\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#backing-up\">Backing up<\/a><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/administration-screens\/\">Administration<\/a>&nbsp;&gt;&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/administration-screens\/#tools-managing-your-blog\">Tools<\/a>&nbsp;&gt; Backup<\/li>\n\n\n\n<li>Core WordPress tables will always be backed up. Select some options from Tables section.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/wp-db-backup_table.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/wp-db-backup_table.jpg\" alt=\"wp-db-backup_table\" class=\"wp-image-10845908\"\/><\/a><\/figure>\n\n\n\n<p>3. Select the Backup Options; the backup can be downloaded, or emailed.<\/p>\n\n\n\n<p>4. Finally, click on the Backup Now! button to actually perform the backup. You can also schedule regular backups.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/wp-db-backup_settings.jpg\"><img decoding=\"async\" src=\"https:\/\/wordpress.org\/documentation\/files\/2018\/11\/wp-db-backup_settings.jpg\" alt=\"wp-db-backup_settings\" class=\"wp-image-10845915\"\/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"restoring-the-data\"><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/#restoring-the-data\">Restoring the Data<\/a><\/h3>\n\n\n\n<p>The file created is a standard SQL file. If you want information about how to upload that file, look at&nbsp;<a href=\"https:\/\/wordpress.org\/support\/article\/restoring-your-database-from-backup\/\">Restoring Your Database From Backup<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/documentation\/article\/backing-up-your-database\/\" target=\"_blank\" rel=\"noreferrer noopener\">Credits<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is strongly recommended that you backup your database at regular intervals and before an upgrade.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-312","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts\/312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=312"}],"version-history":[{"count":0,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=\/wp\/v2\/posts\/312\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.ffteixeira.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}