Backup Mantis [closed] - sql

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to fully backup my Mantis tracking system, what is the easiest way to do this?
If I only backup the database, does it backup everything on Mantis already?
Thanks!!

To completely backup Mantis, the database state must be saved. In addition, you should back up the following files or directories:
the upload directory, if Mantis is configured to store attachments on disk;
the config_inc.php file
any other custom files, like custom_strings_inc.php or custom_constant_inc.php

Related

restore attach sql database [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
My old computer crashed and died a couple of weeks ago(motherboard), and I have been able to copy data from the hard drive over to new computer.
Problem is with sql database, I'm not able to restore or attach as I get the error access is denied
Anybody have an idea as to what I can do.
Thanks
George
After trying to get data via attach/restore, I just went into the data folder and copied and pasted the old db and log files, now works OK.

Is it possible to restore a SQL Server backup to a different database [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I would like to restore a backup to a different database than the original.
I did backup for databaseA, but want to restore to databaseB. I want to test first and get the data from the backup, then just take the data I need to update databaseA.
How to do this?
Yes you can.
In the GUI
Your source Database is "DatabaseA"
Your destination database if "DatabaseB"
On the Files tab, you'll need to provide new file names.

Are amazon s3 folders browsable? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a little cloud api based on amazon which uploads a file with a 20 chars random title.
This file is public, but can anyone access it without knowing the filename?
Example: amazonurl.com/mybucket/myfolder/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.txt
Can someone browse mybucket or myfolder and access the file anyway?
Thanks.
No, S3 does not autogenerate an index.html as some webservers do. You need to explicitly define the file you are referencing to access it.

Recover data in sql server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I wanted to ask can the database be restored to an earlier stage.
Somebody logged into my system and run a delete command.
Can this be restored?
Yes, it can. Reload the database from a backup.
Yes, you can (if you are running in Full Mode) just reload information from the Transaction Log.
How to: Restore a Transaction Log Backup
You might find this link also of some help:
How to: Restore to a Point in Time

How to delete a versioned S3 bucket? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The AWS Console won't let me delete a bucket it says is empty (and whose files I deleted using the console) because, when I click delete, it tells me the bucket isn't empty. I assume that this is because deleting the files didn't delete their earlier versions. Is this correct? If so, how can I clean out the bucket? This 2 cent charge on my credit card bill each month is getting annoying. =)
Via the AWS Forum: use Cloudberry, or BucketExplorer.