You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run ddev drupal:import-db, forgot about something, pressed Cntrl+c.
Fix my stuff, ddev drupal:import-db nothing happens. My dump is huge, so didn't notice until a while after (as I already expected it would take a while), pressed Cntrl+c and THEN I see:
[drupal:import-db] 📰 Importing database
^Ctask: Signal received: "interrupt"
[drupal:import-db] gzip: /var/www/html/files/db/db.sql already exists; do you wish to overwrite (y or n)?
Checked drupal.yml:
- gunzip -k $DB_DIR/db.sql.gz
Checked gunzip options:
gunzip
-f, --force force overwrite of output file and compress links
-k, --keep keep (don't delete) input files
Should we use -kf here?
The text was updated successfully, but these errors were encountered:
Problem:
I've run
ddev drupal:import-db
, forgot about something, pressed Cntrl+c.Fix my stuff,
ddev drupal:import-db
nothing happens. My dump is huge, so didn't notice until a while after (as I already expected it would take a while), pressed Cntrl+c and THEN I see:Checked
drupal.yml
:Checked gunzip options:
Should we use -kf here?
The text was updated successfully, but these errors were encountered: