From 734e6f2824f3080a9d55290dfb70698b82bb7a95 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Vanhalle Date: Fri, 29 Sep 2023 13:43:26 +0200 Subject: [PATCH] fixes db migration guid not being updated --- migrate-db-paths.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/migrate-db-paths.sh b/migrate-db-paths.sh index 1aa69d1..e795757 100755 --- a/migrate-db-paths.sh +++ b/migrate-db-paths.sh @@ -12,9 +12,6 @@ docker exec --user www-data "${PREFIX}-app" /bin/sh -c ' wp plugin activate wp-migrate-db && \ wp migratedb find-replace \ --find='"//${REMOTE_WP_URL}"','"${REMOTE_WP_PATH}"' \ - --replace='"//${APP_URL}"',/var/www/html \ - --skip-replace-guids \ - --exclude-post-revisions \ - --exclude-spam + --replace='"//${APP_URL}"',/var/www/html ' +date +%H-%M-%S