Craft DB Extract
craft-db-extract Overview
This plugin makes a web controller action available to pull the database export.
Using craft-db-extract
The controller action requires an admin login. Provide your credentials in the Authoirization header with basic authentication.
HTTP Header:
Authorization: Basic xxxxxxxxxxxx
Pulling the database in *.sql format:
GET YOUR_WEBSITE/actions/craft-db-extract/db-export
Pulling the database in *.sql.gz format:
GET YOUR_WEBSITE/actions/craft-db-extract/db-export?compression=gzip
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
5
License
MIT
Last release
May 14, 2021
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs