Skip to content

Commit

Permalink
update keboola/kbc-project-backup package
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Jun 3, 2024
1 parent 1909eb5 commit 9bdd2d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"require": {
"PHP": "^7.4",
"keboola/kbc-project-backup": "^1.7",
"keboola/kbc-project-backup": "^1.8",
"keboola/php-component": "~4.1.1",
"keboola/php-file-storage-utils": "^0.2.2",
"microsoft/azure-storage-blob": "^1.5"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function run(): void

$backup = $this->storageBackend->getBackup($sapi, $path);

$backup->backupProjectMetadata();
$backup->backupTablesMetadata();

if (!$this->config->exportStructureOnly()) {
Expand Down

0 comments on commit 9bdd2d4

Please sign in to comment.