Add a nag message to 'drush sql sync' when used with temporary files.
greg.1.anderson - November 3, 2009 - 20:24
| Project: | Drush |
| Version: | All-Versions-HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | greg.1.anderson |
| Status: | active |
Jump to:
Description
The nag message does not affect operation of the sync; it merely advertises the dump file facility that increases the efficiency of the rsync operation, and allows the 'cache' feature to work. The nag message can be disabled with the --temp command line flag.
| Attachment | Size |
|---|---|
| drush-sql-HEAD-2009_11_03.patch | 2.27 KB |

#1
committed, with slightly more informative msg
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
The nag message should not be printed if both the source and target sites are local. In this instance, temp files work just fine.