Export Database
Backup your WordPress website
by LittleBizzy · github.com/littlebizzy/export-database · website
★ 8stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/littlebizzy/export-database/archive/refs/heads/master.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
Export Database
Backup your WordPress website
Changelog
2.1.1
- added fallback token generator when randombytes() is unavailable
- prevents rare fatal errors on misconfigured PHP builds
- improves reliability on hardened or restricted hosting environments
2.1.0
- replaced direct filename-based download URLs with short-lived token downloads
- removed .sql and file= parameters from AJAX requests to avoid firewall false positives
- added transient-based authorization for download requests
- switched from memory-based file loading to streamed downloads
- improved compatibility with BBQ Firewall and hardened WordPress stacks
- improved reliability for large database exports
- Tested up to: bumped to 6.9
2.0.2
- added Settings link on the plugins screen pointing to Tools Export Database
2.0.1
- added support for Git Updater
2.0.0
- migrated plugin to a classic procedural architecture with minimal files
- removed all class-based structures and legacy constants for a cleaner codebase
- added dedicated inc/ folder with separate export and ajax handlers
- introduced new export naming format using database name, timestamp, and random string
- replaced automatic file deletion with a pe
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.1.1 | Jan 14, 2026 |
| 2.1.0 | Jan 13, 2026 |
| 2.0.2 | Dec 29, 2025 |
| 2.0.1 | Dec 3, 2025 |
| 2.0.0 | Dec 3, 2025 |
| 1.3.1 | Dec 2, 2025 |
| 1.3.0 | Dec 2, 2025 |
| 1.2.0 | Dec 1, 2025 |
| 1.1.0 | Dec 1, 2025 |
| 1.0.9 | Dec 1, 2025 |
| 1.0.8 | Dec 1, 2025 |
| 1.0.7 | Dec 1, 2025 |
| 1.0.6 | Dec 1, 2025 |
| 1.0.5 | Dec 1, 2025 |
| 1.0.4 | Dec 1, 2025 |
| 1.0.3 | Dec 1, 2025 |
| 1.0.2 | Dec 1, 2025 |
| 1.0.1 | Dec 1, 2025 |
| 1.0.0 | Dec 1, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.