Explorar el Código

fixes db migration guid not being updated

test
Jean-Christophe Vanhalle hace 2 años
padre
commit
734e6f2824
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1
    4
      migrate-db-paths.sh

+ 1
- 4
migrate-db-paths.sh Ver fichero

@@ -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

Cargando…
Cancelar
Guardar