ArtCodeStudio / october-backup-script

backup import/export script for OctoberCMS instances' plugins, database and storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backup

Backup script to create a backup of the database and the storage / plugins directories. Uses node v16 and yarn v2

Install with

yarn set version berry
yarn install

To create a backup of current database, storage and plugins:

yarn backup:create

WIP (not yet functional): To restore a stored backup (multiple-choice prompt):

yarn backup:restore

About

backup import/export script for OctoberCMS instances' plugins, database and storage


Languages

Language:TypeScript 94.8%Language:PHP 5.2%