fixes db migration guid not being updated
This commit is contained in:
@@ -12,9 +12,6 @@ docker exec --user www-data "${PREFIX}-app" /bin/sh -c '
|
|||||||
wp plugin activate wp-migrate-db && \
|
wp plugin activate wp-migrate-db && \
|
||||||
wp migratedb find-replace \
|
wp migratedb find-replace \
|
||||||
--find='"//${REMOTE_WP_URL}"','"${REMOTE_WP_PATH}"' \
|
--find='"//${REMOTE_WP_URL}"','"${REMOTE_WP_PATH}"' \
|
||||||
--replace='"//${APP_URL}"',/var/www/html \
|
--replace='"//${APP_URL}"',/var/www/html
|
||||||
--skip-replace-guids \
|
|
||||||
--exclude-post-revisions \
|
|
||||||
--exclude-spam
|
|
||||||
'
|
'
|
||||||
+date +%H-%M-%S
|
+date +%H-%M-%S
|
||||||
|
|||||||
Reference in New Issue
Block a user