Questions tagged [backups]
56 questions
1
vote
1 answer
Artifactory - How to back up drives larger than 1TB?
Artifactory has a built in backup solution. The documentation for artifactory warns that the built in backup is not optimized for drives larger than 1TB, and you should contact support for the recommended configuration.
How do you optimize…

spuder
- 17,437
- 19
- 87
- 153
1
vote
0 answers
Create an auto cPanel backup script
I want to create a script at a cPanel / linux server.
I want it to check on all possible errors.
#/bin/bash
cpanel_username=$1
domain=$2
if [ -z "$cpanel_username" ]
then
echo "no username given"
elif [ -z "$domain" ]
then
echo…

sLumER
- 11
- 4
1
vote
1 answer
TFS 2013 : TF400975: Failed to grant TFS Job Agent permissions to start database backups on SQL Server
I couldn't find any documentation on this error. I've inherited TFS server administration and gotten this error message when configuring scheduled backup: TFS 2013 Update 2
"TF400975: Failed to grant TFS Job Agent permissions to start database…

Don
- 33
- 5
1
vote
1 answer
SQL Missed Full Backups Script
Edit: I have it bringing back the info I need, but the where clause is not filtering out all the backups of type 'L' and if I take the parentheses from around the (bak.type = 'D' ...) then then it doesnt filter out all the sysdatabases. Any…

user3412016
- 17
- 3
0
votes
0 answers
GCP Cloud SQL (PostgreSQL) Backups remain after deleting the isntance
We have recently started using GCP Cloud SQL, and have been testing backup and restores. We have done the following and seem to have backups that are not associated with an instance, and we can't remove them.
We created a database and have started…

mARK aNDREWS
- 41
- 4
0
votes
1 answer
Extract backups from Mikrotik with python
I have to extract backups from Mikrotik with python and save them in my server so these backups are saved in my computer and also on the servers. I've been searching for info about it but didn't have any luck. Can someone help me?
""" Authentication…

Lucho Raggio
- 11
- 4
0
votes
1 answer
Is there a way to have a MongoDB user remain despite a restore from backup?
We do copies from Prod -> Dev weekly. For the devs, we need a user that exists on the dev DB side to read/write into the dev DBs but not have this user exist on the prod side so we never have to give devs access to the prod databases whenever we…

Kyle
- 15
- 2
0
votes
1 answer
Do Azure App Service Backups also restore configuration?
When restoring a backup for an App Service, does it also restore all the configurations like Connection strings and Application settings?
I have looked through the documentation but it is unclear.
Thanks.

MetaName
- 15
- 3
0
votes
1 answer
Backup Postgres Table using pg_dump is there a workaround to include the --jobs option
I am using postgres 12 and have a database thats 1TB in size. I am performing a big delete on a table that is 140+GB in size.
I am testing the process and am looking to do a pg_dump of the table and its contents however running as is takes…

rdbmsNoob
- 121
- 1
- 12
0
votes
1 answer
Another duplicity instance is already running with this archive directory
I get this message when i try to back up my ubuntu desktop with Duplicity ...
Another duplicity instance is already running with this archive directory
My Duplicity version is...
dara@laptop-20-04:~/git_repos/olf_git$ duplicity --version
duplicity…

Myuser03
- 85
- 11
0
votes
0 answers
How to back up a database in RDS MariaDb
Does anybody know how to back up a database inside RDS MariaDB, For example I created a MariaDB instance and a have four databases inside that instance (test1db, test2db, test3db, test4db) how can I just do a backup of test2db and not for the entire…

Maruko
- 1
0
votes
1 answer
Wordpress error in reinstalling from backup
I got a backup from the server from duplicator plugin and direct
but non of them did not work properly
the direct downloaded backup got more errors even map url to localhost
but the backup from duplicator also give this errors
these are content from…

Nalaka Dinesh
- 1
- 2
0
votes
0 answers
Latest version of mongorestore very slow when restoring backup made with old version of mongodump
I am using mongorestore 4.2
mongorestore --gzip --archive=my-archive.gz to restore a backup made with mongodump 3.2(ish?) and the process is very, very slow. Like I haven't even seen one completed because it's been running for 3 days slow. Is…

orpheus
- 479
- 1
- 7
- 20
0
votes
0 answers
Percona xtrabackup almost never produces viable backups - but reports "Completed OK!"
I'm using Percona 5.7.18-16 for my MySQL (Percona) DB server.
I'm using Percona xtrabackup 2.4.8 to make live backups of the running server.
I've set up a testing server to verify backups made from the above primary.
The testing server is also…

Stefan
- 316
- 2
- 16
0
votes
1 answer
How can I automatically restore my Heroku Postgres staging database from a daily backup?
I have my Heroku production database scheduled to make daily backups, and I want to restore the backups onto my staging database daily as well. This way I can keep the staging box in sync with production for testing/debugging purposes and have a…

C-RAD
- 1,052
- 9
- 18