qunabu / backuper
SilverStripe backup module (assets and database)
Installs: 284
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- alchemy/zippy: ^0.4.8
- aura/sql: ^2.5
- ifsnop/mysqldump-php: ^2.3
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
- Mateusz Wojczal mateusz@qunabu.comm
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.