{"id":200276,"date":"2025-11-17T09:27:44","date_gmt":"2025-11-17T09:27:44","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/kj-db-downloader\/"},"modified":"2026-06-10T08:36:16","modified_gmt":"2026-06-10T08:36:16","slug":"kj-db-downloader","status":"publish","type":"plugin","link":"https:\/\/bal.wordpress.org\/plugins\/kj-db-downloader\/","author":17148682,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.0","stable_tag":"2.0","tested":"6.7.5","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Database Backup Manager","header_author":"Jigar Kahar","header_description":"A simple plugin to download the WordPress database.","assets_banners_color":"4f4bc9","last_updated":"2026-06-10 08:36:16","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/kj-db-downloader\/","header_author_uri":"https:\/\/profiles.wordpress.org\/jigarkahar\/","rating":5,"author_block_rating":0,"active_installs":0,"downloads":357,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0":{"tag":"1.0","author":"jigarkahar","date":"2025-11-17 12:45:27"},"2.0":{"tag":"2.0","author":"jigarkahar","date":"2026-06-10 08:36:16"}},"upgrade_notice":{"2.0":"<p>Major update: completely rebuilt. Please deactivate and reactivate the plugin after upgrading to create the new history database table.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3397200,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3397199,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3397196,"resolution":"1544x500","location":"assets","locale":"","width":1600,"height":896},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3397197,"resolution":"772x250","location":"assets","locale":"","width":1600,"height":896}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[151,153,1859,1625,7343],"plugin_category":[59],"plugin_contributors":[250774],"plugin_business_model":[],"class_list":["post-200276","plugin","type-plugin","status-publish","hentry","plugin_tags-backup","plugin_tags-database","plugin_tags-export","plugin_tags-sql","plugin_tags-zip","plugin_category-utilities-and-tools","plugin_contributors-jigarkahar","plugin_committers-jigarkahar"],"banners":{"banner":"https:\/\/ps.w.org\/kj-db-downloader\/assets\/banner-772x250.png?rev=3397197","banner_2x":"https:\/\/ps.w.org\/kj-db-downloader\/assets\/banner-1544x500.png?rev=3397196","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/kj-db-downloader\/assets\/icon-128x128.png?rev=3397200","icon_2x":"https:\/\/ps.w.org\/kj-db-downloader\/assets\/icon-256x256.png?rev=3397199","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>Database Backup Manager<\/strong> is a professional WordPress plugin that gives administrators full control over database backups \u2014 all from the comfort of the WordPress admin panel.<\/p>\n\n<h4>Core Features<\/h4>\n\n<ul>\n<li><strong>Dashboard<\/strong> \u2014 at-a-glance database statistics: total tables, database size, last backup date and type.<\/li>\n<li><strong>Full Database Backup<\/strong> \u2014 export your entire database as SQL or ZIP with a single click.<\/li>\n<li><strong>Selected Tables Backup<\/strong> \u2014 check individual tables from a searchable, sortable list and export only what you need.<\/li>\n<li><strong>SQL &amp; ZIP Export<\/strong> \u2014 choose between a plain <code>.sql<\/code> file or a compressed <code>.zip<\/code> archive.<\/li>\n<li><strong>Backup History<\/strong> \u2014 every backup is logged with filename, date, type, format and file size. Re-download or delete from the History screen.<\/li>\n<li><strong>Scheduled Backups<\/strong> \u2014 use the built-in WordPress Cron integration to schedule automatic full backups: daily, weekly, or monthly.<\/li>\n<li><strong>Backup Retention<\/strong> \u2014 automatically prune old backups to stay within a configurable limit.<\/li>\n<li><strong>Security first<\/strong> \u2014 nonce verification, <code>manage_options<\/code> capability checks, input sanitisation, output escaping, and a protected backup directory on every request.<\/li>\n<\/ul>\n\n<h4>Planned Features (v2.1+)<\/h4>\n\n<ul>\n<li>Cloud storage integration (Google Drive, Dropbox, OneDrive)<\/li>\n<li>One-click restore from SQL or ZIP backup<\/li>\n<li>Email notifications for successful \/ failed backups<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>database-backup-manager<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress.<\/li>\n<li>Go to <strong>DB Backup<\/strong> in the admin sidebar.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"where%20are%20backup%20files%20stored%3F\"><h3>Where are backup files stored?<\/h3><\/dt>\n<dd><p>Backups are stored in <code>wp-content\/plugins\/database-backup-manager\/backups\/<\/code>. The folder is protected by <code>.htaccess<\/code> and a blank <code>index.php<\/code> to prevent direct web access.<\/p><\/dd>\n<dt id=\"can%20i%20change%20the%20backup%20format%3F\"><h3>Can I change the backup format?<\/h3><\/dt>\n<dd><p>Yes \u2014 from <strong>DB Backup \u2192 Settings<\/strong> you can set the default format to SQL or ZIP. You can also override the format per backup from the Dashboard.<\/p><\/dd>\n<dt id=\"how%20do%20scheduled%20backups%20work%3F\"><h3>How do scheduled backups work?<\/h3><\/dt>\n<dd><p>The plugin uses the WordPress Cron API (<code>wp-cron<\/code>). Choose daily, weekly, or monthly from Settings; the next scheduled run time is displayed automatically.<\/p><\/dd>\n<dt id=\"will%20this%20work%20on%20large%20databases%3F\"><h3>Will this work on large databases?<\/h3><\/dt>\n<dd><p>The plugin processes tables one at a time, which works well for typical WordPress databases. For very large databases (hundreds of MB) consider increasing PHP <code>memory_limit<\/code> and <code>max_execution_time<\/code>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>Complete rewrite with modular OOP architecture.<\/li>\n<li>Added dashboard with statistics cards.<\/li>\n<li>Added selected-tables backup with searchable\/sortable table list.<\/li>\n<li>Added ZIP export format via ZipArchive.<\/li>\n<li>Added backup history with download &amp; delete actions.<\/li>\n<li>Added scheduled backups (daily \/ weekly \/ monthly) via WP Cron.<\/li>\n<li>Added settings page: default format, retention limit, schedule.<\/li>\n<li>Enforced nonce verification, capability checks, and sanitisation throughout.<\/li>\n<li>Protected backup directory with .htaccess and index.php.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release \u2014 basic full SQL backup download.<\/li>\n<\/ul>","raw_excerpt":"A secure, lightweight WordPress database backup manager with full or selective table backups, SQL\/ZIP export, backup history, and scheduled backups.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/200276","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=200276"}],"author":[{"embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/jigarkahar"}],"wp:attachment":[{"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=200276"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=200276"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=200276"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=200276"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=200276"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/bal.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=200276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}