Skip to main content

Questions tagged [high-availability]

High-availability technologies mask the effects of hardware or software failure, so that perceived downtime for users and applications is minimized.

0 votes
1 answer
22 views

The documentation tells us what happens when session timeout for a synchronous Availability Group replica expires "Even if a disconnected replica is configured for synchronous-commit mode, ...
J. Mini's user avatar
  • 1,362
0 votes
0 answers
37 views

I have two Asterisk+FreePBX servers that share a common database. The services are active on one server at a time, and in the event of a failure of the main server, the services are then started on ...
Qmails's user avatar
  • 1
-1 votes
1 answer
57 views

we have a 10+TB database. Whenever we failover it, the databases becomes with a session running a null command, with a HADR_DB_COMMAND wait_type. I believe this is related to a rollback or something? ...
Racer SQL's user avatar
  • 7,558
1 vote
1 answer
162 views

My organization is planning to implement a high-availability PostgreSQL cluster using Patroni and etcd. However, we only have two data center sites available, which makes deploying a standard 3-node ...
Ilham Syamsuddin's user avatar
0 votes
0 answers
38 views

I'm in the process of setting up a Cloudstack cluster with HA and I need suggestions. My current setup is a two node cluster. Each node runs the cloud stack management and a MySQL instance. I created ...
tlepage's user avatar
0 votes
2 answers
203 views

Hopefully a simple question to answer! Can you point an existing availability group listener to a different availability group? Current production environments are using Enterprise licenses and the ...
AM28337's user avatar
0 votes
1 answer
87 views

One of the drives filled up on our servers causing the backups to fail. Stupid, I know. Now I'm seeing our main DB is not syncing / Suspect. I did run DBCC CHECKDB ([mainDB]) WITH NO_INFOMSGS, ...
Stratag3m's user avatar
1 vote
2 answers
61 views

should the multisubnetfailover=True parameter be added to connection strings to Azure failover groups?
AlexP012's user avatar
1 vote
0 answers
99 views

Suppose that I have some application servers writing to two databases using two-phase-commits to keep the data consistent. As long as both databases are up everything is fine. But now one database ...
ceving's user avatar
  • 379
0 votes
1 answer
155 views

I've setup a PostgreSQL v16.6 HA Cluster using repmgr. Ensured replication is working between primary and standby nodes. Then I tried simulating a failover event by shutting down PostgreSQL service at ...
andrews's user avatar
  • 258
1 vote
4 answers
128 views

From my current limited understanding of NoSQL databases, it seems like there are two basic elements. First, how they store data compared to SQL databases. NoSQL databases store a blob of data, ...
cat pants's user avatar
  • 111
0 votes
0 answers
143 views

We have two node patroni postgres databases on preprod environment. Today I tried to do patronictl edit-config and saw etcd was out of space. I looked at /var/lib/etcd/member directory and it was ...
Aras Etiya's user avatar
0 votes
1 answer
129 views

I'm experiencing an issue with my Redis server where I get the following error under high traffic: Cannot assign requested address my php code: <?php $redis = new Redis(); try{ $redisConnected ...
Sam Wiki's user avatar
0 votes
1 answer
80 views

Here is the setup: on MSSQL-Server-2022, we have a contained availability group with 4 replicas: 3 synchronous, 1 asynchronous, and a listener. We created a logon trigger to limit access to a specific ...
Mandana's user avatar
1 vote
1 answer
134 views

I have 2 MSSQL databases that are not part of the same cluster but they are synchronized manually (without database mirroring configured) I want my client applications to try connecting to the first ...
joepol's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
32