From 0d373b162b6c9f108a0bb2be0f2d18b10de9883a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:33:05 -0700 Subject: [PATCH] [AUTO-BACKPORT release-0.38.0] 10221: fix: use new migration gist (#10222) Co-authored-by: Max Russell --- docs/release-notes/unsupport-aurora-postgres-reminder.rst | 2 +- harness/determined/deploy/aws/aws.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/unsupport-aurora-postgres-reminder.rst b/docs/release-notes/unsupport-aurora-postgres-reminder.rst index f028a726e00..b82c739d064 100644 --- a/docs/release-notes/unsupport-aurora-postgres-reminder.rst +++ b/docs/release-notes/unsupport-aurora-postgres-reminder.rst @@ -5,7 +5,7 @@ - Cluster: A reminder that Amazon Aurora V1 will reach End of Life at the end of 2024. It is no longer supported as the default persistent storage for AWS Determined deployments. We recommend that users migrate to Amazon RDS for PostgreSQL. For more information, visit the `migration - instructions `_. + instructions `_. - Cluster: After Amazon Aurora V1 reaches End of Life, support for Amazon Aurora V1 in ``det deploy aws`` will be removed. Future deployments will default to the ``simple-rds`` type, which uses diff --git a/harness/determined/deploy/aws/aws.py b/harness/determined/deploy/aws/aws.py index 9d6445e7102..a992c482e1b 100644 --- a/harness/determined/deploy/aws/aws.py +++ b/harness/determined/deploy/aws/aws.py @@ -398,8 +398,8 @@ def deploy_stack( "Previous value of --deployment-type was 'simple'. This deployment type\n" "was removed in 0.38.0 because AWS Aurora V1 is EoL. Please follow this\n" "guide to migrate to RDS:\n" - "\thttps://gist.github.com/rb-determined-ai/" - "bfa10182e53968e00a3c88df624e777e" + "\thttps://gist.github.com/maxrussell/" + "c67f4f7d586d55c4eb2658cc2dd1c290" ) print()