Skip to main content

All Questions

Tagged with or
0 votes
1 answer
39 views

Here is my demo code: USE master; GO IF NOT EXISTS (SELECT * FROM sys.symmetric_keys WHERE name = '##MS_DatabaseMasterKey##') BEGIN CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'StrongPassword123!';...
Just a learner's user avatar
4 votes
1 answer
328 views

Using Ola Hallengren's toolset, I'm attempting do a backup of a database that is resulting in a backup that is larger than 1TB in size to Azure Blob Storage. This, obviously fails, so I attempt to ...
Thom A's user avatar
  • 484
0 votes
0 answers
50 views

Problem Summary My automated PostgreSQL backup script using pg_dump was working fine until a few days ago. Now it consistently fails with a connection error during the COPY operation on the alternate ...
zeewagon's user avatar
  • 101
0 votes
1 answer
50 views

I have 100s of SQL instances and there are cases where some databases are excluded from backup in the ola backup job. I am doing an backup audit and want to retrieve the excluded database list in the ...
RNSQLDBA's user avatar
0 votes
1 answer
57 views

According Ola Hallegrens's support page for Maintenance Solution, NUL should be correct parameter to use as backup destination directory (@Directory = 'NUL'). Trying to use it, I still receive the ...
Miroslav Novak's user avatar
2 votes
1 answer
89 views

I am working with a Hyper-Converged Database (HCD), which is based on Cassandra, and I need to implement a backup strategy that includes commitlogs along with SSTables. I understand that Medusa only ...
SABARI JOTHI I's user avatar
0 votes
0 answers
59 views

I’m seeking recommendations on the best way to synchronize our preproduction environment from production without disrupting the existing transactional replication. Currently, both our production and ...
Abdallah Mehdoini's user avatar
0 votes
0 answers
19 views

I run GridDB on GridDB Cloud (Free plan) with a single cluster and a TimeSeries workload. Environment GridDB Cloud (Free), single DB TimeSeries containers (e.g., TSDB with ts TIMESTAMP PRIMARY KEY) ...
Badhon Ashfaq's user avatar
0 votes
1 answer
46 views

We want to enable Point-In-Time Recovery (PITR) for our PostgreSQL database. The goal is to be able to restore to any point in time, but we’re also concerned about disk space usage since archived WAL ...
Zikou's user avatar
  • 1
1 vote
1 answer
39 views

I am very new to PostgreSQL. I have built an evaluation/testing environment. Following series of steps describe my issue. Environment details: Non-Production Postgresql version : 16.9 OS : AlmaLinux ...
Suresh's user avatar
  • 11
5 votes
3 answers
439 views

I have a database in Microsoft SQL server 2008 R2, in which I have configured the maintenance plan for backups (a full back on Tuesdays, Thursdays and Saturdays at 00, three transactional logs at 4, 5 ...
Homero93's user avatar
0 votes
0 answers
26 views

I would like to implement a backup scheme in which for the past week, I have daily full backups with complete WAL logs for point-in-time-recovery. Past a week, I would like to keep only daily ...
Tilman Vogel's user avatar
0 votes
0 answers
71 views

My database was just hacked. I tried doing some work and could not log in with the created user credentials. When I checked the database, I saw an intruder was removing the users and had created a ...
Aijay's user avatar
  • 1
5 votes
1 answer
179 views

(I'm trying to predict long-term SQL backup storage needs and if/where to enable compression, on a storage appliance with de-duplication. I know the best answer is "test both and see", which ...
BradC's user avatar
  • 10.1k
0 votes
0 answers
32 views

I'm working on improving MTTR (Mean Time To Recovery) in our MongoDB replica set by enabling faster recovery from accidental delete or update operations. Here's my proposed approach: Take periodic ...
mdb_ops_engineer's user avatar

15 30 50 per page
1
2 3 4 5
190