Skip to main content
0 votes
0 answers
49 views

We are currently backing up all of our databases to a series S3-Compatibable storageGRID buckets hosted by our data center provider. Some of our larger databases backups run quite long (upwards of 8 ...
Ben Adams's user avatar
-1 votes
1 answer
51 views

As both the archive_command and restore_command defined with related config options looks to be injected only with %f and %p parameter how actually to identify on top of what base backup the current ...
404's user avatar
  • 533
1 vote
1 answer
43 views

I have to restore a SQL backup from someone external and have the following issue: Instead of making a nice single big file for the entire instance of SQL, I have a folder with 100+ individual ...
asdfmoin's user avatar
0 votes
0 answers
40 views

I have SQL Server 2022 and I am trying to take a .bak from my localhost server instance and restore it to my remote instance (NOT Azure). When I go to Restore Database I select Device and click the ...
Dizzy49's user avatar
  • 1,550
1 vote
0 answers
105 views

LOOOONG story short, I am trying to migrate to a new server. I installed SQL Server on the new one and had it access the same drive with the sql databases. There were some bumps trying to get it to ...
Dizzy49's user avatar
  • 1,550
0 votes
0 answers
42 views

Anyone experienced backup and restore database actions with cassandra with time set to the past between backup and restore? I tried this: backup a keyspace via nodetool snapshot export keyspace ...
Mihai's user avatar
  • 1
1 vote
1 answer
93 views

To improve the DX and address problems with migration conflicts during development we want to move from a common dev DB to a local copy on each developers machine. My idea is to provide a tool or ...
Jan Krüger's user avatar
0 votes
0 answers
122 views

What are the pros/cons of using restic to backup a single-node ClickHouse to S3 vs using built-in functionality and/or clickhouse-backup script from Altinity? My main concern is if restic can handle ...
Ribtoks's user avatar
  • 6,971
0 votes
0 answers
101 views

I couldn't connect to (microsoft analysis service) SSAS from SSMS because it threw some errors with old databases. I followed this guide https://learn.microsoft.com/en-us/answers/questions/1159973/...
Axeltherabbit's user avatar
0 votes
1 answer
29 views

[oracle@srv1 oci-cli-scripts]$ ./create_backup_from_onprem --config-file /home/oracle/.oci/config --profile DEFAULT --display-name testbackup --compartment-id ocid1.tenancy.oc1.....
Nishchal Junghare's user avatar
1 vote
0 answers
112 views

I want to do a databases backup on master server and afterwards restore of this database on slave server. I have this sequence in T-SQL script: Backup (run on master server) DECLARE @backupFileName ...
LDonSOvrfw's user avatar
1 vote
1 answer
405 views

I am working in a test environment with SQL Server 2017 to verify that encrypting data with a symmetrical key will meet our needs. I have successfully encrypted and decrypted data using the ...
user16421's user avatar
0 votes
1 answer
157 views

I want to backup mysql database in laravel 11 using a route. I tried some ways and all of them had problem: using Spatie/db-dumper: protected $signature = 'backup:database'; public function handle() {...
Morteza M's user avatar
  • 196
0 votes
2 answers
223 views

I have a dump.sql file that I want to restore to a local database on my machine. However, when I try to import it, I get an error saying all schemas, functions, relations, constraints, roles are ...
Dewmith Mihisara's user avatar
1 vote
1 answer
108 views

I'm developing a Symfony application to backup and restore databases. My application works fine on the Symfony server, but I'm facing issues when trying to use it with my dockerized setup. Context: I ...
uphill's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
105