@automattic/vip 3.20.0 → 3.20.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,13 +62,14 @@ const appQuery = `
62
62
  wpcliCommand,
63
63
  generateBackup
64
64
  }) => {
65
+ const liveBackupCopyCLIOptions = (0, _liveBackupCopy.parseLiveBackupCopyCLIOptions)(configFile, table, subsiteId, wpcliCommand);
65
66
  const trackerFn = (0, _tracker.makeCommandTracker)('export_sql', {
66
67
  app: app.id,
67
68
  env: env.uniqueLabel,
68
- generate_backup: generateBackup
69
+ generate_backup: generateBackup,
70
+ live_backup_copy: liveBackupCopyCLIOptions?.useLiveBackupCopy
69
71
  });
70
72
  await trackerFn('execute');
71
- const liveBackupCopyCLIOptions = (0, _liveBackupCopy.parseLiveBackupCopyCLIOptions)(configFile, table, subsiteId, wpcliCommand);
72
73
  const exportCommand = new _exportSql.ExportSQLCommand(app, env, {
73
74
  outputFile: output,
74
75
  generateBackup,