https://github.com/artcodestudio/october-backup-script
backup import/export script for OctoberCMS instances' plugins, database and storage
https://github.com/artcodestudio/october-backup-script
Last synced: 11 months ago
JSON representation
backup import/export script for OctoberCMS instances' plugins, database and storage
- Host: GitHub
- URL: https://github.com/artcodestudio/october-backup-script
- Owner: ArtCodeStudio
- Created: 2022-03-21T06:47:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T04:05:53.000Z (about 4 years ago)
- Last Synced: 2025-07-18T22:04:14.612Z (11 months ago)
- Language: TypeScript
- Size: 26.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
yarn backup:create
```
WIP (not yet functional): To restore a stored backup (multiple-choice prompt):
```bash
yarn backup:restore
```