Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我们的应用程序中某些驱动程序不兼容,我们需要从集群的 Redis 实例迁移到 AWS Elasticache 中的非集群 Redis 实例,但 AWS 不允许从集群备份创建非集群实例。
有什么方法可以实现这一目标吗?
我能够将备份保存在 S3 中并从 s3 备份创建非集群实例。