Skip to main content
2 votes
1 answer
120 views

I am trying to export/import a SQL Server database using a .BACPAC file through SQL Server Management Studio, but the import fails with a foreign key constraint error. Error during import: Error ...
Nosheen Akhtar's user avatar
Best practices
0 votes
1 replies
24 views

Is it possible to run barman on ubuntu 24.04 (Postgres 16) while the database server is on rhel 7 (Postgres 14) I am interested since it can achieve low RPO's
jrlevi's user avatar
  • 23
Best practices
1 vote
1 replies
89 views

I am interested in building a cross-platform mobile application for both Android and iOS. If I choose Flutter for app development, what core concepts and skills I should focus on? Similarly, if I ...
T.A.ASFAK ASFAK's user avatar
-1 votes
1 answer
64 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
  • 525
1 vote
1 answer
72 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
43 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
132 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
1 vote
1 answer
112 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
1 answer
38 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
149 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
482 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
164 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
  • 306
0 votes
2 answers
259 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
228 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
0 votes
1 answer
39 views

I am using the cloud edition, and the overall usage of the database is relatively light, about 1GB. I want to know how to backup and restore the metadata of PieCloudDB Database management and control ...
Joe's user avatar
  • 89

15 30 50 per page
1
2 3 4 5
105