Closed (fixed)
Project:
Drush
Component:
SQL
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2012 at 09:30 UTC
Updated:
7 Nov 2012 at 10:50 UTC
Jump to comment: Most recent file
When I try to sql-sync my production db to dev server I will get this question:
You will destroy data from nonique_dev and replace with data from nonique_db.
You might want to make a backup first, using the sql-dump command.
Do you really want to continue? (y/n): y
Would it be possible to change the first line to:
You will destroy data in nonique_dev and replace with data from nonique_db.
As it is right now I need to read this sentence several times to make sure I am not taking data from the dev server.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | sql-sync-question-1821648-1.patch | 950 bytes | kristofferwiklund |
Comments
Comment #1
kristofferwiklund commentedI did a patch myself now.
Comment #2
moshe weitzman commentedCommitted to master and 5.x