Questions tagged [alibaba-cloud-rds]

Questions related to ApsaraDB for MySQL, ApsaraDB for SQL Server, ApsaraDB for PostgreSQL, ApsaraDB for PPAS

ApsaraDB for RDS (Relational Database Service) is a stable and reliable online database service, and it also supports elastic scaling function. Based on the Apsara distributed system and high-performance storage of ephemeral SSD, RDS supports MySQL, SQL Server, and PostgreSQL engines. It offers a complete set of solutions for backup, recovery, monitoring, migration, disaster recovery, and troubleshooting database operation and maintenance.

11 questions
3
votes
1 answer

Trouble Scaffolding DbContext using SQL Server

I am trying to Scaffold-DbContext using the following command, but I'm getting error and not able to connect to remote server. Scaffold-DbContext "Server=766626hahskjsh.server.amz.com;port:3433;Database=testdb;User…
user19132099
2
votes
1 answer

Alibaba Cloud - Kubernetes to RDS how to limit whitelist?

In Alibaba Cloud, I have a managed Kubernetes cluster and a MySQL RDS in the same VPC (the RDS endpoint is internal), and Kubernetes pods can reach to the RDS port 3306 just fine when the whitelist contains 0.0.0.0/0. I'd like to limit that to the…
Nahshon paz
  • 4,005
  • 2
  • 21
  • 32
1
vote
2 answers

How to shred a XML being passed into a stored procedure?

I have an XML being passed into a stored procedure in the following format. I'm struggling with how to shred it in SQL Server 2017: declare @xml xml = convert(xml, N' Deal 1
user10119112
0
votes
1 answer

DTS task failed, DTS-077100: Record Replicator error in table asyncprocess.outgoing_bot. cause by jdbc Operation failed

I'm doing real-time replication between two SQL Server using Data Transmission Service (DTS) which provided by Alibaba Cloud. And after the full data migration completed, the task was suspended during incremental data migration. Then I checked task…
0
votes
1 answer

Alibaba Apsara MySQL DB multi-AZ instance using terraform

I want to create multi-AZ Apsara DB instance using terraform and for this I referred below URLs but it didn't work. It created DB instance only in 1…
Chintan
  • 1
  • 1
0
votes
1 answer

ReactiveMongo failed to connect to ReplicaSet with error `Invalid node status Primary (expected: Unknown)`

We have a MongoDB Replica set from Ali Cloud. We set up the MongoDB URL as mongodb://username:password@dds-xxxxx-pub.mongodb.rds.aliyuncs.com:3717,dds-xxxxx-pub.mongodb.rds.aliyuncs.com:3717/admin?replicaSet=mgset-xxxxx When the server starts,…
angelokh
  • 9,426
  • 9
  • 69
  • 139
0
votes
1 answer

How do I change the database engine for a database instance?

I want to switch from mysql to postgres. I cant find that option anywhere. If that is not possible, how do I decommision this instance? I cant find that option either.
Souradeep Nanda
  • 3,116
  • 2
  • 30
  • 44
0
votes
1 answer

Getting Subscription and PayAsYouGo prices for Alibaba products using API/SDK

My Goal is to get price (using API/SDK) for different services (like RDS,ECS, Networking etc.) provided by alibaba cloud. Official documentation just contains one example per services and also not provided details about required parameters like…
0
votes
2 answers

Data migration from on-premises MySQL to RDS for MySQL

Data Transmission Service can migrate data from on-premises MySQL databases to Alibaba Cloud RDS for MySQL databases without server outage. To perform incremental data replication, the binlog must be enabled for the source database. How can I enable…
Ashly Taylor
  • 217
  • 1
  • 7
-1
votes
3 answers

Can we connect ECS Instance with RDS instance in Alibaba Cloud?

I would like to know that whether it is possible to connect an ECS instance with RDS instance? If yes, then please explain the process or please share some resources to know about the process. Thank You!!