Skip to content

Commit

Permalink
fix: use new migration gist (#10221)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrussell authored Nov 20, 2024
1 parent 50a28cd commit 5bf98b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/release-notes/unsupport-aurora-postgres-reminder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://gist.github.com/rb-determined-ai/bfa10182e53968e00a3c88df624e777e>`_.
instructions <https://gist.github.com/maxrussell/c67f4f7d586d55c4eb2658cc2dd1c290>`_.

- 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
Expand Down
4 changes: 2 additions & 2 deletions harness/determined/deploy/aws/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5bf98b2

Please sign in to comment.