2,039 questions
0
votes
0
answers
26
views
DB2 RESTORE on new server affects database on original server [migrated]
My question is pretty simple: Can a DB2 RESTORE on one server, affect the server where the backup originated? That is, can the DB2 RESTORE command contact the original server and do "something&...
-1
votes
1
answer
127
views
Simple way to backup/restore Docker named volumes [closed]
I have this Docker compose file with named volumes:
version: '3'
services:
db:
image: mysql:8.0
container_name: db
volumes:
- dbdata:/var/lib/mysql
wordpress:
image: ...
0
votes
0
answers
63
views
SQL Server Management Studio says 80 MB database needs 160 GB to restore
I have a relatively small DB with perhaps 12k rows in it across 25 tables with about 10 columns on average, mostly ints and varchar. I did a backup and the .bak file was 114 MB, which ZIPped down to ~...
0
votes
0
answers
31
views
Restoring a differential backup along with full backup
I am trying to restore both full backup and differential backup with Sql Queries. But doing so is throwing an exception when saying NoRestore or Restore with QuickBackup(txt_Quick.Text)
"The log ...
0
votes
2
answers
39
views
Issues Restoring PostgreSQL dump.sql: Schema Exists and Unique Constraint Violations
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 ...
0
votes
0
answers
19
views
restoring windows automatic file backup to different computer
I have (actually Had) a Windows 10 PC which was setup to auto backup specific folders. The backups are written to an external drive. That PC died, and I want to Restore those folders/files to a New ...
0
votes
1
answer
61
views
Alternatives to backup/restore databases for testing purposes
I have an environment for testing purposes with its own database (Microsoft Azure). So every single release, once we deploy a new version to our environment, we restore the database from our backup. ...
0
votes
1
answer
49
views
Accidentally delete a resource group with NetApp account, Capacity Pool and Volume, chance to restore?
Is it possible to restore a Azure NetApp account / Capacity Pool / Volume if the resources accidentally deleted?
I know that restoring a deleted storage accounts as a resource is possible, is there ...
0
votes
2
answers
293
views
How to backup data including large objects from Postgres
I'm trying to backup from one database and restore on other database both with the same version(12.9). I have one table with large objects(OID) and when I restore the backup the large objects are ...
0
votes
1
answer
57
views
File deleted during pull [duplicate]
I pushed to gitlab with my changes I deleted a file and then my friend pulled the changes so the same file was deleted and the coding was also deleted on my friend's device, so how do I get my friend'...
1
vote
1
answer
191
views
Tensorflow 2.17 - Saving custom model does not work for me
(tensorflow 2.17, Windows 10)
I can't save and restore a custom model using subclassing method.
Please find below the code to reproduce the problem :
import numpy as np
import tensorflow as tf
x = np....
0
votes
0
answers
589
views
Unable back up, and restore android app data with adb
I just got my new phone (Xiaomi duoqin F22 pro), and want to migrate my savegames, and other app data from my old phone (qin F21pro) to it using adb. The older phone has no google services, not ...
0
votes
1
answer
41
views
PHP: How to restore the overriden by reference object
I want to make a function, modify for instance, for clients where user can modify passed object BUT not override it with another one.
I mean... if any user wants to override the passed object for ...
0
votes
1
answer
77
views
Error :TF254078 No attachable database were found
Azure Devops Server 2022.2
I have upgraded the Test Environment with new Azure DevOps Server 2022.2, Then restore the tfs_configuration and tfs_DefaultCollection latest backup from another production ...
0
votes
0
answers
64
views
WP Toolkit failed create backup (Task is not responding)
I am going to repair some issues in a WordPress website and work on it in a staging site created by cPanel WP Toolkit. And now, I want to back up the staging site using the cPanel WP Toolkit too.
...