{"id":28323863,"url":"https://github.com/abecms/drupal_backup_db","last_synced_at":"2025-08-08T19:24:13.036Z","repository":{"id":217358839,"uuid":"743698099","full_name":"abecms/drupal_backup_db","owner":"abecms","description":"Drupal database backup module","archived":false,"fork":false,"pushed_at":"2024-01-15T21:37:42.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-02T01:10:12.541Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abecms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2024-01-15T19:44:19.000Z","updated_at":"2024-01-15T19:45:50.000Z","dependencies_parsed_at":"2024-01-16T00:25:29.347Z","dependency_job_id":"2dbbb8f3-f7f4-465c-bb93-8e67e3df8420","html_url":"https://github.com/abecms/drupal_backup_db","commit_stats":null,"previous_names":["abecms/drupal_backup_db"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/abecms/drupal_backup_db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abecms%2Fdrupal_backup_db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abecms%2Fdrupal_backup_db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abecms%2Fdrupal_backup_db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abecms%2Fdrupal_backup_db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abecms","download_url":"https://codeload.github.com/abecms/drupal_backup_db/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abecms%2Fdrupal_backup_db/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261586278,"owners_count":23181075,"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":[],"created_at":"2025-05-25T16:15:11.575Z","updated_at":"2025-06-24T01:31:14.925Z","avatar_url":"https://github.com/abecms.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This module provides database export functionality with help from a php version of mysqldump. The library (https://github.com/ifsnop/mysqldump-php) supports the following features.\n\n - output binary blobs as hex.\n - resolves view dependencies (using Stand-In tables).\n - output compared against original mysqldump. Linked to travis-ci testing system.\n - dumps stored procedures.\n - does extended-insert and/or complete-insert.\n\nThis module depends upon Composer Manager to install the mysqldump-php library; please follow the installation section below.\n\nInstallation (@ref, http://cgit.drupalcode.org/address/tree/README.md)\n\n1. cd / navigate to the Drupal root directory\n\n2. add the Drupal Packagist repository\n   ``\n   composer config repositories.drupal composer https://packages.drupal.org/8\n   ``\n\n3. use composer to download the module and it's dependencies\n  ``\n  composer require drupal/backup_db\n  ``\n\n4. enable the Backup Database module.\n\nManual usage\n\n1. $client = \\Drupal::service('backup_db.client');\n2. Do client things (update settings, set new connection)\n   $client-\u003esetConnection();\n3. Select our adapter/handler.\n4. Do the magic\n   $handler-\u003eexport();\n\nMore information\n - https://www.drupal.org/node/2405811\n\nCredits\n - ifsnop (https://github.com/ifsnop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabecms%2Fdrupal_backup_db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabecms%2Fdrupal_backup_db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabecms%2Fdrupal_backup_db/lists"}