Skip to content

A drush command for Rebuilds the system table when you move projects around.

Notifications You must be signed in to change notification settings

brocakun/Drush-Rebuild-Project-Paths

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Drush-Rebuild-Project-Paths

A drush command for Rebuilds the system table when you move projects around.

Steps:

  1. drush rpp
  2. echo "SHOW TABLES LIKE 'cache%'" | drush sql-connect | tail -n +2 | xargs -L1 -I% echo "DELETE FROM %;" | drush sql-connect -v
  3. drush updb
  4. drush rr

About

A drush command for Rebuilds the system table when you move projects around.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published