Vincent Bouchet

Results 18 comments of Vincent Bouchet

Ah it may actually be one difference between the v1 and v2 APIs for content staging. When doing content staging via the UI, the checkbox "Wipe target environment" is responsible...

I merged the PR to avoid the warning. Keeping this ticket opened for the doc part.

As per the [code of acsf-tools-dump](https://github.com/acquia/acsf-tools/blob/10.x-dev/AcsfToolsCommands.php#L475), it looks like it is passing all the options to sql-dump ``` // Get options passed to this drush command & append it with...

Hi @andrii-aleksandrov-smile I think it is a "recent" change with drush. On previous (not sure which previous ;-) ), drush was accepting arbitrary options. Now I suspect it is either...

I am wondering if we should do something more generic as there is already multiple exclude options. Should we have an argument which is a php-eval argument and so is...

The linked PR is reverting the behavior by using the given --result-folder as the real folder to share the dumps. It does not add the "yyyymmdd" sub-folder anymore. The default...

Hi @ihebattia , As the tool is not officially supported by Acquia, that means no one get dedicated time to maintain it. So far, it has been maintained by few...