https://github.com/putyourlightson/craft-dump
Simple way to create DB backups in Craft CMS
https://github.com/putyourlightson/craft-dump
Last synced: 10 months ago
JSON representation
Simple way to create DB backups in Craft CMS
- Host: GitHub
- URL: https://github.com/putyourlightson/craft-dump
- Owner: putyourlightson
- Created: 2013-12-09T19:47:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-07-29T08:16:24.000Z (almost 5 years ago)
- Last Synced: 2024-11-29T11:07:50.688Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 46
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Craft Dump for Craft CMS 2
==========
Simple way to create DB backups in Craft CMS 2.
Install the plugin and set a key in the settings.
Simply create a GET or a POST request to the action url.
In a template:
{{ siteUrl(craft.config.get('actionTrigger') ~ '/dump/backup', { key: '1234567890' }) }}
Or create the url yourself:
http://www.domain.com/actions/dump/backup?key=1234567890