Skip to content

nateclonch/craft-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Craft Dump

Simple way to create DB backups in Craft CMS.

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

About

Simple way to create DB backups in Craft CMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.8%
  • HTML 30.2%