Skip to content

Commit

Permalink
Remove outdated github workflow move custom ingresses (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Oct 30, 2024
1 parent fc5936b commit 29d2d83
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 295 deletions.
112 changes: 0 additions & 112 deletions .github/workflows/move_custom_ingresses.yml

This file was deleted.

182 changes: 0 additions & 182 deletions .github/workflows/scripts/compare_active_cluster.sh

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -840,3 +840,5 @@ echo ""

printf "\n"
printf "%sDone.%s\n" "${grn}" "${normal}"

printf "\n\n\n %sRemember to run ./move_custom_ingresses.sh after you have patched activeClusterName in radix-flux!%s\n\n" "${grn}" "${normal}"
2 changes: 1 addition & 1 deletion scripts/velero/restore/restore_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
###

# Example: Restore into same cluster from where the backup was done
# RADIX_ZONE_ENV=../../radix-zone/radix_zone_dev.env SOURCE_CLUSTER=weekly-25 BACKUP_NAME=all-hourly-20190703064411 ./restore_apps.sh
# RADIX_ZONE_ENV=../../radix-zone/radix_zone_dev.env SOURCE_CLUSTER=weekly-44 BACKUP_NAME=all-hourly-20241030060001 ./restore_apps.sh

# Example: Restore into different cluster from where the backup was done
# RADIX_ZONE_ENV=../../radix-zone/radix_zone_dev.env SOURCE_CLUSTER=dev-1 DEST_CLUSTER=dev-2 BACKUP_NAME=all-hourly-20190703064411 ./restore_apps.sh
Expand Down

0 comments on commit 29d2d83

Please sign in to comment.