2017 © Pedro PelĂĄez
 

luya-module luya-module-backup

The LUYA Backup module.

image

boehsermoe/luya-module-backup

The LUYA Backup module.

  • Friday, June 1, 2018
  • by boehsermoe
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 56 % Grown

The README.md

Backup Module

Based on LUYA schedule module, (*1)

Installation

composer require boehsermoe/luya-module-backup, (*2)

In order to add the modules to your project go into the modules section of your config:, (*3)

return [
    'modules' => [
        // ...
        'backup' => [
            'class' => 'luya\backup\Module',

            // Path where files will exported. default @runtime/backups
            //'exportDir' => '/your/export/path' 
        ],
        // ...
    ],
];

Create a new job

Scheduler -> DatabaseBackupJobs -> Add, (*4)

screen, (*5)

Execute job

./luya scheduler/run/now {id/name of the job}

Start jobs by cron

Start all expired jobs every minute via cron:, (*6)

* * * * * ./luya scheduler/run

The Versions

01/06 2018

dev-master

9999999-dev http://luya.io

The LUYA Backup module.

  Sources   Download

MIT

The Requires

 

php yii2 module yii backup luya