Parcourir la source

adds timestamps to migration process

test
Jean-Christophe Vanhalle il y a 2 ans
Parent
révision
297df423c7
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      migrate-db-paths.sh

+ 2
- 0
migrate-db-paths.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer