Download the PHP package defr/backup_manager-module without Composer
On this page you can find all versions of the php package defr/backup_manager-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download defr/backup_manager-module
More information about defr/backup_manager-module
Files in defr/backup_manager-module
Download defr/backup_manager-module
More information about defr/backup_manager-module
Files in defr/backup_manager-module
Vendor defr
Package backup_manager-module
Short Description Backup Manager for Streams Platform
License MIT
Package backup_manager-module
Short Description Backup Manager for Streams Platform
License MIT
Please rate this library. Is it a good library?
Informations about the package backup_manager-module
Backup Manager
Streams Platform Addon. backup_manager-module
for PyroCMS.
A graphical user interface (GUI), allowing you to backup PyroCMS database by addon.
Features
- Backup your database (full DB only with artisan command);
- Select addons you would like to create a backup of;
- Easily restore database and tables;
- Storing data in JSON format.
Installation
Step 1
Run
Either, add to require
section of composer.json
:
Run composer update
command, which will install module to the core
folder!
Step 2
Then you would need to install module to PyroCMS
or
Usage
Create a backup from Conrol Panel
- Click the menu item "Backup Manager".
- Then click the button "Create a dump".
- Enter the name of the backup you are to create.
- Select addon to backup.
- Press save and you are done.
Restore a backup
- Click the menu item "Backup Manager".
- In the table, click restore button of backup you would like to restore.
Using artisan
Creating a dump
-
Usage: db:dump [options]
-
Options: --connection[=CONNECTION] DB connection to use. --tables[=TABLES] Tables to include in the dump. --addon[=ADDON] Addon, in dot notation.
Without any options it will create dump of all tables
Dumps listing
- Usage: dump:list
All versions of backup_manager-module with dependencies
PHP Build Version
Package Version
The package defr/backup_manager-module contains the following files
Loading the files please wait ....