Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cloud-archive.sh')
-rw-r--r--cloud-archive.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/cloud-archive.sh b/cloud-archive.sh
new file mode 100644
index 0000000000..4f7cc696e7
--- /dev/null
+++ b/cloud-archive.sh
@@ -0,0 +1,20 @@
+source cloud-config.sh
+
+for I in $(seq 1 $END);
+do
+ echo "Running enterprise:dashboard..."
+ echo ""
+
+ ./console enterprise:dashboard --piwik-domain=http://test$I.piwik.pro
+
+ echo "Running archiving for: test$I.piwik.pro... with --force-idsites"
+ echo ""
+ echo ""
+ ./console enterprise:archive --piwik-domain=http://test$I.piwik.pro --force-idsites=1
+ echo ""
+ echo ""
+
+done
+
+
+