Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Create and test a K8s Job that pulls from an S3 bucket into EFS (Cutover Task) #108

Closed
5 tasks done
escattone opened this issue Oct 4, 2018 · 2 comments
Closed
5 tasks done
Assignees

Comments

@escattone
Copy link
Contributor

escattone commented Oct 4, 2018

User story

As an MDN staff developer, I want to ensure that we're ready for executing the portion of the cutover plan where we copy the EFS data from MozMEAO to MozIT, so create and test a K8s Job on the MozIT cluster (based on mdn-sync-from-s3-cron.yaml.j2) that pulls from the mdn-shared-backup-c2037ed87dd96008 S3 bucket into EFS.

Acceptance Criteria

  • K8s Job created that pulls from an S3 bucket into EFS
  • K8s Job has been successfully tested on the MozIT cluster

Tasks:

  • Create K8s Job that pulls from an S3 bucket into EFS
  • Create a Makefile target that runs the K8s Job
  • Test the K8s Job on the MozIT cluster
@escattone
Copy link
Contributor Author

Created new Makefile target, so make k8s-sync-efs-from-s3-job runs the job.

@escattone
Copy link
Contributor Author

Before performing the test run, I sync'ed the MozIT S3 bucket from the MozMEAO S3 bucket:

aws-vault exec --assume-role-ttl 1h mozilla-mdn-admin -- aws s3 sync --exclude "logs/*" s3://mdn-shared-backup s3://mdn-shared-backup-c2037ed87dd96008

Successful test run:

rjohnson-25186:k8s rjohnson$ make k8s-sync-efs-from-s3-job
./check_infra_lock.sh
env PUSH_OR_PULL=PULL \
		JOB_NAME=mdn-sync-efs-from-s3 \
		j2 mdn-sync-efs-job.yaml.j2 | kubectl apply -n mdn-prod -f -
job "mdn-sync-efs-from-s3" created
rjohnson-25186:k8s rjohnson$ kc get pods
NAME                             READY     STATUS    RESTARTS   AGE
api-5fdf9f8589-ch7lq             1/1       Running   0          4d
celery-worker-5c4f4dbb67-r9hps   1/1       Running   0          4d
kumascript-6d87f9dbf7-dsh8s      1/1       Running   0          4d
mdn-admin-687789f995-6gg5v       1/1       Running   0          28d
mdn-sync-efs-from-s3-fj429       1/1       Running   0          4s
web-6b7fcf7556-d54zr             1/1       Running   0          4d
rjohnson-25186:k8s rjohnson$ kc logs mdn-sync-efs-from-s3-fj429
Pulling from s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/ to /mdn/www/
rjohnson-25186:k8s rjohnson$ kc logs -f mdn-sync-efs-from-s3-fj429
Pulling from s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/ to /mdn/www/
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/14/16176/2401e39efac8627f78d711c79946bd40/sidebar_colors.png to ../mdn/www/attachments/2018/09/14/16176/2401e39efac8627f78d711c79946bd40/sidebar_colors.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/13/16174/a3fb74b2dffa90c3f0de50c33f5cde1c/writing-system-keys.png to ../mdn/www/attachments/2018/09/13/16174/a3fb74b2dffa90c3f0de50c33f5cde1c/writing-system-keys.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/20/16180/64fc7454f7301abfd6b75f6b12b6ac05/quaternion_to_rotation_matrix.png to ../mdn/www/attachments/2018/09/20/16180/64fc7454f7301abfd6b75f6b12b6ac05/quaternion_to_rotation_matrix.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/23/16182/5e004ea5b85bdc0a0aa6b612809154ee/cookbook-center.png to ../mdn/www/attachments/2018/09/23/16182/5e004ea5b85bdc0a0aa6b612809154ee/cookbook-center.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/16/16177/a7e5c7cc5080face628e77cfba41066f/Screen_Shot_2018-09-16_at_6.13.31_PM.png to ../mdn/www/attachments/2018/09/16/16177/a7e5c7cc5080face628e77cfba41066f/Screen_Shot_2018-09-16_at_6.13.31_PM.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/14/16175/23b4c8ec8ac5dc64b38366bce0d5f467/ntp_colors.png to ../mdn/www/attachments/2018/09/14/16175/23b4c8ec8ac5dc64b38366bce0d5f467/ntp_colors.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/19/16178/5727bc1ced77ee9427289649c6944967/Screen_Shot_2018-09-19_at_10.01.38_AM.png to ../mdn/www/attachments/2018/09/19/16178/5727bc1ced77ee9427289649c6944967/Screen_Shot_2018-09-19_at_10.01.38_AM.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/20/16179/981fb7183e48cbca2380ff4621f98a4d/model-view-controller-ja.png to ../mdn/www/attachments/2018/09/20/16179/981fb7183e48cbca2380ff4621f98a4d/model-view-controller-ja.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/21/16181/27b03a02c75cbfdbca0dc4dc764acff3/Screen_Shot_2018-09-21_at_10.34.22_AM.png to ../mdn/www/attachments/2018/09/21/16181/27b03a02c75cbfdbca0dc4dc764acff3/Screen_Shot_2018-09-21_at_10.34.22_AM.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/23/16183/7c5ba52a4ee179e141192f6f7ab5b82b/cookbook-multiple-columns.png to ../mdn/www/attachments/2018/09/23/16183/7c5ba52a4ee179e141192f6f7ab5b82b/cookbook-multiple-columns.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/23/16184/d69b43e533f622997d7a978c023c5e7a/cookbook-footer.png to ../mdn/www/attachments/2018/09/23/16184/d69b43e533f622997d7a978c023c5e7a/cookbook-footer.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/24/16187/d050a52f499e1470af0dc33a17e49dc8/focusstyles2.gif to ../mdn/www/attachments/2018/09/24/16187/d050a52f499e1470af0dc33a17e49dc8/focusstyles2.gif
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/24/16188/0f643b7be7cb5b7bee43533067cd2c93/css_syntax_-_declaration.png to ../mdn/www/attachments/2018/09/24/16188/0f643b7be7cb5b7bee43533067cd2c93/css_syntax_-_declaration.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/24/16186/87d01a67c47311831fb238735a5a00f4/piecharts.png to ../mdn/www/attachments/2018/09/24/16186/87d01a67c47311831fb238735a5a00f4/piecharts.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/27/16192/9d6fd0a72f28b303249c136cdf045591/tracker_icon.png to ../mdn/www/attachments/2018/09/27/16192/9d6fd0a72f28b303249c136cdf045591/tracker_icon.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/24/16185/b01100998233a0f67be662409bdee38f/lines.png to ../mdn/www/attachments/2018/09/24/16185/b01100998233a0f67be662409bdee38f/lines.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/26/16190/8de9997db22b4908deba0891387a82ea/HTTPResume1.png to ../mdn/www/attachments/2018/09/26/16190/8de9997db22b4908deba0891387a82ea/HTTPResume1.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/27/16191/381fc94d1b1615de455b6deb8a19d11f/console_63.png to ../mdn/www/attachments/2018/09/27/16191/381fc94d1b1615de455b6deb8a19d11f/console_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16195/e11be7de0d5e6db4272685986a48d5a4/graph1.jpg to ../mdn/www/attachments/2018/10/01/16195/e11be7de0d5e6db4272685986a48d5a4/graph1.jpg
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16196/c4a0491743e8889c22328e759416fdb3/graph2.jpg to ../mdn/www/attachments/2018/10/01/16196/c4a0491743e8889c22328e759416fdb3/graph2.jpg
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/25/16189/2d5b3c88e13b013bd2c29b421d1b7353/WebAuthn_Registration_r4.png to ../mdn/www/attachments/2018/09/25/16189/2d5b3c88e13b013bd2c29b421d1b7353/WebAuthn_Registration_r4.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16197/d2f5a176fb9a380a7cce8b1b58647dfd/boombox.png to ../mdn/www/attachments/2018/10/01/16197/d2f5a176fb9a380a7cce8b1b58647dfd/boombox.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16198/83c3c36b4a7facff69f1180034a805af/web-audio-editor.png to ../mdn/www/attachments/2018/10/01/16198/83c3c36b4a7facff69f1180034a805af/web-audio-editor.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/27/16194/d050f3f793437b5a36a0938a065061ce/network_message_list_63.png to ../mdn/www/attachments/2018/09/27/16194/d050f3f793437b5a36a0938a065061ce/network_message_list_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/09/27/16193/35f9a8c08b8519c295bdda386a6a5236/network_63.png to ../mdn/www/attachments/2018/09/27/16193/35f9a8c08b8519c295bdda386a6a5236/network_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16201/a316cfd6a8588fd31bb7752df3ef7af5/devTools_63.png to ../mdn/www/attachments/2018/10/01/16201/a316cfd6a8588fd31bb7752df3ef7af5/devTools_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16200/a60ebb5c4a6c9a7d50adcb044bbc2e40/devTools_63.png to ../mdn/www/attachments/2018/10/01/16200/a60ebb5c4a6c9a7d50adcb044bbc2e40/devTools_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16199/10bed72080906667a2d95f53c9272937/devTools_63.png to ../mdn/www/attachments/2018/10/01/16199/10bed72080906667a2d95f53c9272937/devTools_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16203/2f121dcf374ed92f59b748e7fcb60f96/DevTools_63.png to ../mdn/www/attachments/2018/10/01/16203/2f121dcf374ed92f59b748e7fcb60f96/DevTools_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16207/76207ac6273259d23cc3244b1545f928/iir-filter-demo.png to ../mdn/www/attachments/2018/10/02/16207/76207ac6273259d23cc3244b1545f928/iir-filter-demo.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/01/16202/d98fd3e8a8e8197bc51f5f729d906d52/DevTools_63.png to ../mdn/www/attachments/2018/10/01/16202/d98fd3e8a8e8197bc51f5f729d906d52/DevTools_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16204/5c535cf411895240dd5545c0c208d6c2/DevTools_63.png to ../mdn/www/attachments/2018/10/02/16204/5c535cf411895240dd5545c0c208d6c2/DevTools_63.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16209/ffded8a274051397a64b59594619e2b3/dom_inspector.png to ../mdn/www/attachments/2018/10/02/16209/ffded8a274051397a64b59594619e2b3/dom_inspector.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16206/0b4984baa8d4f3bf9110b206b3345e57/inspector_context.png to ../mdn/www/attachments/2018/10/02/16206/0b4984baa8d4f3bf9110b206b3345e57/inspector_context.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16210/d696e1f32237de50c378a974954e66e0/CSS_Inspector.png to ../mdn/www/attachments/2018/10/02/16210/d696e1f32237de50c378a974954e66e0/CSS_Inspector.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16205/303ef0175d1b9cea8f7f4c81fc854896/DevTools_63_inspector.png to ../mdn/www/attachments/2018/10/02/16205/303ef0175d1b9cea8f7f4c81fc854896/DevTools_63_inspector.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16208/737111f3638224736f3fdfb585454b64/inspector_highlighted.png to ../mdn/www/attachments/2018/10/02/16208/737111f3638224736f3fdfb585454b64/inspector_highlighted.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16211/5805b25dcdea9bbf29b26053e85614a7/CSS_Inspector.png to ../mdn/www/attachments/2018/10/02/16211/5805b25dcdea9bbf29b26053e85614a7/CSS_Inspector.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16212/726dfb7addb39300e90c62567ff62739/console_only.png to ../mdn/www/attachments/2018/10/02/16212/726dfb7addb39300e90c62567ff62739/console_only.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/03/16219/eadea4d8b8593cf8e65e073c6cb49861/Ghostery_onboarding.png to ../mdn/www/attachments/2018/10/03/16219/eadea4d8b8593cf8e65e073c6cb49861/Ghostery_onboarding.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16214/b1a963a52c953451ebc73eaf8d6aa955/about-debugging.png to ../mdn/www/attachments/2018/10/02/16214/b1a963a52c953451ebc73eaf8d6aa955/about-debugging.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16213/efb104ceb1161021aae674a42531eb56/Extension_scaffolding_builder.png to ../mdn/www/attachments/2018/10/02/16213/efb104ceb1161021aae674a42531eb56/Extension_scaffolding_builder.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16215/074b6ebaf8b60039dcb775b9c12ffc06/Addon_Debugging_Window.png to ../mdn/www/attachments/2018/10/02/16215/074b6ebaf8b60039dcb775b9c12ffc06/Addon_Debugging_Window.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/03/16221/991af545b5325cc92d89f4fc1f2528a3/grammarly_offboarding.png to ../mdn/www/attachments/2018/10/03/16221/991af545b5325cc92d89f4fc1f2528a3/grammarly_offboarding.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16216/73cadd15ea2f82aafdf9852bedcee133/Web_Extension_Translator.png to ../mdn/www/attachments/2018/10/02/16216/73cadd15ea2f82aafdf9852bedcee133/Web_Extension_Translator.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/03/16220/963ffdad02a7189f0b18a0eb8cf3692b/snaplinks_upboarding.jpg to ../mdn/www/attachments/2018/10/03/16220/963ffdad02a7189f0b18a0eb8cf3692b/snaplinks_upboarding.jpg
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/03/16218/84a0fb11855a445809dc694c03de13c0/Laser_cat_onboarding.png to ../mdn/www/attachments/2018/10/03/16218/84a0fb11855a445809dc694c03de13c0/Laser_cat_onboarding.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/04/16223/6bd61c6bea2e102eeff45f855c466d80/Screen_Shot_2018-10-04_at_11.15.46_AM.png to ../mdn/www/attachments/2018/10/04/16223/6bd61c6bea2e102eeff45f855c466d80/Screen_Shot_2018-10-04_at_11.15.46_AM.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/03/16222/afff97beef78711bf2f69e416d478c98/ADB_offboarding.png to ../mdn/www/attachments/2018/10/03/16222/afff97beef78711bf2f69e416d478c98/ADB_offboarding.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/04/16226/847f7073133d98492a9991ec0b3ca77f/list_formatting.png to ../mdn/www/attachments/2018/10/04/16226/847f7073133d98492a9991ec0b3ca77f/list_formatting.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/07/16228/ac938167cac88750efe6f1ba3e30e328/breadcrumb-navigation.png to ../mdn/www/attachments/2018/10/07/16228/ac938167cac88750efe6f1ba3e30e328/breadcrumb-navigation.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/04/16225/1f28efe9776314b923af6f772ee41861/sequencer.png to ../mdn/www/attachments/2018/10/04/16225/1f28efe9776314b923af6f772ee41861/sequencer.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/07/16227/b892ea516275d9c5418c77b07115f993/split-navigation.png to ../mdn/www/attachments/2018/10/07/16227/b892ea516275d9c5418c77b07115f993/split-navigation.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/04/16224/a616a9d7ff8e21dabe087bb96b079ec2/Screen_Shot_2018-10-04_at_11.22.41_AM.png to ../mdn/www/attachments/2018/10/04/16224/a616a9d7ff8e21dabe087bb96b079ec2/Screen_Shot_2018-10-04_at_11.22.41_AM.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/humans.txt to ../mdn/www/humans.txt
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/08/16230/f464c815338f663610988b00842337ae/Form_HW_1.html to ../mdn/www/attachments/2018/10/08/16230/f464c815338f663610988b00842337ae/Form_HW_1.html
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/07/16229/e27743d02fb9548982f20fdadd829e78/graphPan.jpg to ../mdn/www/attachments/2018/10/07/16229/e27743d02fb9548982f20fdadd829e78/graphPan.jpg
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/09/16232/f8f866ac8c73c00fe368dcc4e261a00b/web-audio-spatialization.png to ../mdn/www/attachments/2018/10/09/16232/f8f866ac8c73c00fe368dcc4e261a00b/web-audio-spatialization.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/08/16231/3d04c47b694bd26cf388f7f692382ddf/саня_фото.jpg to ../mdn/www/attachments/2018/10/08/16231/3d04c47b694bd26cf388f7f692382ddf/саня_фото.jpg
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/attachments/2018/10/02/16217/6ee1f90626442cb48e35475ed9d26a5c/Translate_Web-ext.png to ../mdn/www/attachments/2018/10/02/16217/6ee1f90626442cb48e35475ed9d26a5c/Translate_Web-ext.png
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/bm/sitemap.xml to ../mdn/www/sitemaps/bm/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/ar/sitemap.xml to ../mdn/www/sitemaps/ar/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/cs/sitemap.xml to ../mdn/www/sitemaps/cs/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/bn-BD/sitemap.xml to ../mdn/www/sitemaps/bn-BD/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/fa/sitemap.xml to ../mdn/www/sitemaps/fa/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/de/sitemap.xml to ../mdn/www/sitemaps/de/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/fi/sitemap.xml to ../mdn/www/sitemaps/fi/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/es/sitemap.xml to ../mdn/www/sitemaps/es/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/he/sitemap.xml to ../mdn/www/sitemaps/he/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/en-US/sitemap.xml to ../mdn/www/sitemaps/en-US/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/fr/sitemap.xml to ../mdn/www/sitemaps/fr/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/id/sitemap.xml to ../mdn/www/sitemaps/id/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/ko/sitemap.xml to ../mdn/www/sitemaps/ko/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/ja/sitemap.xml to ../mdn/www/sitemaps/ja/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/it/sitemap.xml to ../mdn/www/sitemaps/it/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/my/sitemap.xml to ../mdn/www/sitemaps/my/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/nl/sitemap.xml to ../mdn/www/sitemaps/nl/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/pt-PT/sitemap.xml to ../mdn/www/sitemaps/pt-PT/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/pl/sitemap.xml to ../mdn/www/sitemaps/pl/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/pt-BR/sitemap.xml to ../mdn/www/sitemaps/pt-BR/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/sv-SE/sitemap.xml to ../mdn/www/sitemaps/sv-SE/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/ru/sitemap.xml to ../mdn/www/sitemaps/ru/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/th/sitemap.xml to ../mdn/www/sitemaps/th/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/tr/sitemap.xml to ../mdn/www/sitemaps/tr/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/vi/sitemap.xml to ../mdn/www/sitemaps/vi/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/zh-TW/sitemap.xml to ../mdn/www/sitemaps/zh-TW/sitemap.xml
download: s3://mdn-shared-backup-c2037ed87dd96008/backups/mdn/sitemaps/zh-CN/sitemap.xml to ../mdn/www/sitemaps/zh-CN/sitemap.xml
Complete
DEADMANSSNITCH_URL is not configured

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant