Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 8b7150a

Browse files
authored
add a callout for new rds provider (#1750)
1 parent 26b77d1 commit 8b7150a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/user-guide/aws/rds/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ RDS handles routine database tasks such as provisioning, patching, backup, recov
1616
LocalStack allows you to use the RDS APIs in your local environment to create and manage RDS clusters and instances for testing & integration purposes.
1717
The supported APIs are available on our [API coverage page](https://docs.localstack.cloud/references/coverage/coverage_rds/), which provides information on the extent of RDS's integration with LocalStack.
1818

19+
{{< callout >}}
20+
We’ve introduced a new native RDS provider in LocalStack and made it the default.
21+
This replaces Moto-based CRUD operations with a more reliable setup.
22+
23+
RDS state created in version 4.3 or earlier using Cloud Pods or standard persistence will not be compatible with the new provider introduced in version 4.4.
24+
Recreating the RDS state is recommended for compatibility.
25+
{{< /callout >}}
26+
1927
## Getting started
2028

2129
This guide is designed for users new to RDS and assumes basic knowledge of the AWS CLI and our [`awslocal`](https://github.com/localstack/awscli-local) wrapper script.

0 commit comments

Comments
 (0)