{"id":13669922,"url":"https://github.com/Piterden/backup_manager-module","last_synced_at":"2025-04-27T09:31:02.614Z","repository":{"id":56964773,"uuid":"87379134","full_name":"Piterden/backup_manager-module","owner":"Piterden","description":"Backup Manager for Streams Platform","archived":false,"fork":false,"pushed_at":"2017-06-16T23:51:18.000Z","size":55,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"1.0","last_synced_at":"2024-08-03T09:06:57.170Z","etag":null,"topics":["addon","artisan","backup-manager","database","laravel","pyrocms","restore","streams-platform"],"latest_commit_sha":null,"homepage":"https://pyrocms.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Piterden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-06T02:49:33.000Z","updated_at":"2017-09-12T06:01:03.000Z","dependencies_parsed_at":"2022-08-21T09:20:34.671Z","dependency_job_id":null,"html_url":"https://github.com/Piterden/backup_manager-module","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piterden%2Fbackup_manager-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piterden%2Fbackup_manager-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piterden%2Fbackup_manager-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Piterden%2Fbackup_manager-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Piterden","download_url":"https://codeload.github.com/Piterden/backup_manager-module/tar.gz/refs/heads/1.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224066968,"owners_count":17250089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["addon","artisan","backup-manager","database","laravel","pyrocms","restore","streams-platform"],"created_at":"2024-08-02T09:00:25.515Z","updated_at":"2024-11-11T07:30:57.722Z","avatar_url":"https://github.com/Piterden.png","language":"PHP","funding_links":[],"categories":["Modules"],"sub_categories":[],"readme":"# Backup Manager\n## Streams Platform Addon. `backup_manager-module` for PyroCMS.\n\nA graphical user interface (GUI), allowing you to backup PyroCMS database by addon.\n\n### Features\n* Backup your database (_full DB only with artisan command_);\n* Select addons you would like to create a backup of;\n* Easily restore database and tables;\n* Storing data in JSON format.\n\n***\n\n## Installation\n\n### Step 1\n\nRun\n```bash\n$ composer require defr/backup_manager-module\n```\n\nEither, add to `require` section of `composer.json`:\n```json\n    \"defr/backup_manager-module\": \"~1.0.0\",\n```\nRun `composer update` command, which will install module to the `core` folder!\n\n### Step 2\n\nThen you would need to install module to PyroCMS\n```bash\n$ php artisan module:install backup_manager\n```\nor\n```bash\n$ php artisan addon:install defr.module.backup_manager\n```\n\n## Usage\n\n### Create a backup from Conrol Panel\n* Click the menu item \"Backup Manager\".\n* Then click the button \"Create a dump\".\n  - Enter the name of the backup you are to create.\n  - Select addon to backup.\n* Press save and you are done.\n\n### Restore a backup\n* Click the menu item \"Backup Manager\".\n* In the table, click restore button of backup you would like to restore.\n\n***\n\n## Using artisan\n\n### Creating a dump\n```bash\n$ php artisan db:dump\n```\n\n - Usage:\n    db:dump [options]\n\n - Options:\n    --connection[=CONNECTION]  DB connection to use.\n    --tables[=TABLES]          Tables to include in the dump.\n    --addon[=ADDON]            Addon, in dot notation.\n\n     \u003e Without any options it will create dump of all tables\n\n### Dumps listing\n```bash\n$ php artisan dump:list\n```\n\n - Usage:\n    dump:list\n\n***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPiterden%2Fbackup_manager-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPiterden%2Fbackup_manager-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPiterden%2Fbackup_manager-module/lists"}