mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
wp cache flush
This commit is contained in:
parent
0a3928691c
commit
e3c1d0f49e
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ if [ $IT_IS_WP -eq 0 ]; then
|
||||||
else
|
else
|
||||||
cd $TO_FOLDER
|
cd $TO_FOLDER
|
||||||
sudo -H -u$TO_USER wp search-replace "$FROM_DOMAIN" "$TO_DOMAIN" --precise --all-tables --skip-columns=guid
|
sudo -H -u$TO_USER wp search-replace "$FROM_DOMAIN" "$TO_DOMAIN" --precise --all-tables --skip-columns=guid
|
||||||
|
sudo -H -u$TO_USER wp cache flush
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "===== DONE ===="
|
echo "===== DONE ===="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue