qunabu/backuper

This package is abandoned and no longer maintained. No replacement package was suggested.

SilverStripe backup module (assets and database)

Installs: 282

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:silverstripe-module

dev-master 2017-06-07 11:24 UTC

This package is auto-updated.

Last update: 2023-03-20 09:49:08 UTC


README

It creates zip backup of assets folder and sql backup and allows to download them. Provides ability to to restore sql backup from sql file.

Warning at this stage this module is extremly insceure and should not be installed on live server.

Requirements

  • SilverStripe ^3.1
  • ifsnop/mysqldump-php
  • alchemy/zippy
  • aura/sql

Installation

composer require qunabu/silverstripe-backuper

License

See License

Documentation

Maintainers

Bugtracker

Bugs are tracked in the issues section of this repository. Before submitting an issue please read over existing issues to ensure yours is unique.

If the issue does look like a new bug:

  • Create a new issue
  • Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots and screencasts can help here.
  • Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version, Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.