Ver código fonte

adds timestamps to migration process

test
Jean-Christophe Vanhalle 2 anos atrás
pai
commit
297df423c7
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      migrate-db-paths.sh

+ 2
- 0
migrate-db-paths.sh Ver arquivo

@@ -6,6 +6,7 @@ set -a
. "${PWD}/env_files/migrate-db.env"
set +a

+date +%H-%M-%S
docker exec --user www-data "${PREFIX}-app" /bin/sh -c '
wp plugin install wp-migrate-db && \
wp plugin activate wp-migrate-db && \
@@ -16,3 +17,4 @@ docker exec --user www-data "${PREFIX}-app" /bin/sh -c '
--exclude-post-revisions \
--exclude-spam
'
+date +%H-%M-%S

Carregando…
Cancelar
Salvar