2017 © Pedro Peláez
 

streams-addon backup_manager-module

Backup Manager for Streams Platform

image

defr/backup_manager-module

Backup Manager for Streams Platform

  • Saturday, June 17, 2017
  • by Piterden
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Backup Manager

Streams Platform Addon. backup_manager-module for PyroCMS.

Requires "minimum-stability": "dev" flag in composer.json, (*1)

A graphical user interface (GUI), allowing you to backup PyroCMS database by addon., (*2)

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.

Download

Clone repository into addons/{app_reference}/defr/backup_manager-module folder, or add this module to your PyroCMS project manually uploading files., (*3)

Alternative way

Add to composer.json:, (*4)

    "require": {

        // ...,

        "defr/backup_manager-module": "dev-master"
    },

    "repositories": [

        // ...,

        {
            "url": "https://github.com/Piterden/backup_manager-module",
            "type": "git"
        }
    ],

Run composer update command. It installs module to the core folder!, (*5)


Installation

After placing files in correct place, you will need to install migrations using the PyroCMS Control Panel or simply run one of following commands:, (*6)

$ php artisan module:install backup_manager

or, (*7)

$ php artisan addon:install defr.module.backup_manager

A new menu item will appear in your admin navigation., (*8)


Usage

Create a backup from Conrol Panel

  • Click the menu item "Backup Manager".
  • Then click the button "Create a dump".
    • Select DB connection in modal.
    • 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

$ php artisan db:dump
  • Usage: db:dump [options], (*9)

  • Options: --connection[=CONNECTION] DB connection to use. --tables[=TABLES] Tables to include in the dump. --addon[=ADDON] Addon, in dot notation., (*10)

    Without any options it will create dump of all tables, (*11)

Dumps listing

$ php artisan dump:list
  • Usage: dump:list

The Versions

17/06 2017

1.0.x-dev

1.0.9999999.9999999-dev

Backup Manager for Streams Platform

  Sources   Download

MIT

The Requires

 

database laravel artisan dump addon streams-platform pyrocms restore backup-manager

17/06 2017

v1.0.3

1.0.3.0

Backup Manager for Streams Platform

  Sources   Download

MIT

The Requires

 

database laravel artisan dump addon streams-platform pyrocms restore backup-manager

17/06 2017

v1.0.2

1.0.2.0

Backup Manager for Streams Platform

  Sources   Download

MIT

backup dump streams pyrocms laravel-cms

17/06 2017

v1.0.1

1.0.1.0

Backup Manager for Streams Platform

  Sources   Download

MIT

backup dump streams pyrocms laravel-cms

18/04 2017

dev-master

9999999-dev

Backup Manager for Streams Platform

  Sources   Download

MIT

backup dump streams pyrocms laravel-cms

31/03 2017

dev-develop

dev-develop

Backup Manager for Streams Platform

  Sources   Download

MIT

backup dump streams pyrocms