Guest User

Untitled

a guest
Feb 12th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. echo "Updating Shopware install, please wait..."
  2. php='php bin/console';
  3. $php sw:migrations:migrate --mode=update;
  4. $php sw:cache:clear;
  5. $php sw:theme:cache:generate;
  6. $php sw:plugin:refresh;
  7. $php sw:plugin:update --batch=active;
  8. $php sw:snippets:to:db;
  9. echo -e "nDone!";
  10. ;
Add Comment
Please, Sign In to add comment