From 9a1fb74955178e45f4cad0b47c17ab0c5f302339 Mon Sep 17 00:00:00 2001 From: Michael Schmid Date: Mon, 23 Sep 2019 11:18:51 -0700 Subject: [PATCH] #1265 define backup-dir --- services/drush-alias/web/aliases.drushrc.php.stub | 1 + 1 file changed, 1 insertion(+) diff --git a/services/drush-alias/web/aliases.drushrc.php.stub b/services/drush-alias/web/aliases.drushrc.php.stub index af69ab6d29..200efe3570 100644 --- a/services/drush-alias/web/aliases.drushrc.php.stub +++ b/services/drush-alias/web/aliases.drushrc.php.stub @@ -279,6 +279,7 @@ $aliases = array_reduce($environments, function ($carry, $environment) use ($def 'remote-host' => "$ssh_host", 'remote-user' => "$environment->openshiftProjectName", 'root' => "$drupal_path", + 'backup-dir' => '/tmp', 'ssh-options' => "-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p $ssh_port", ] + $defaults;