From 297df423c7aab8f07ebd926c99015c8e5f6548af Mon Sep 17 00:00:00 2001 From: Jean-Christophe Vanhalle Date: Fri, 18 Aug 2023 12:17:59 +0200 Subject: [PATCH] adds timestamps to migration process --- migrate-db-paths.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrate-db-paths.sh b/migrate-db-paths.sh index 8d8fd02..1aa69d1 100755 --- a/migrate-db-paths.sh +++ b/migrate-db-paths.sh @@ -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