I am reinstalling my youtrack server so i need to backup the file attachments not just the database. Where are the file attachments stored? or how to do i migrate them?. (I cannot have both servers running at the same time!)
Attachements are stored in a database folder along with other database files, so no additional steps are necessary to migrate them. Just copy the database folder and you should be fine.
Related
I'm using Hitachivantara Pentaho BI community edition v9.1 on a reporting server.
Reporting server stopped working properly because Generated Content folder was bursting of report auto-generated files. There were so many files that UI was unable to load folder content as individual files, so as soon as UI loaded with a minimum functionality after several hours, I could select complete folder and move it to trash.
After that I'm experiencing an error when trying to permanently delete the Generated Content folder from trash folder:
Error subject is:
"You do not have permission to delete this file. Contact your administrator for assitance".
The issue is I already own administrator privileges.
I can't move again problematic folder to its original location and try to delete individual files first, because reporting server stops working as soon as it completes the task due to huge number of files.
Any help is welcome.
We have an on-prem server which is also in our backup solution.
We were trying to create a new delegated LDAP permission for a different team by using the Add Directory option within User Directories in the Administration. We were able to create the directory but when we deleted it post the testing, the configuration made in the original directory were removed, specifically from the ldap.group.filter
Now we are trying to retrieve the old config file however I dont know the location where it is stored. Is it stored on the server or does it also reside in the DB? Is there a way to restore it without restoring the entire server?
So far, I developed cms/blocks on staging server directly, therefore I have no any local dev environment.
Suddenly server HDD was crashed and i failed to restore data on server.
All my codes have been managing by git but can't find any certain files that are related to cms/blocks
The content of CMS blocks are stored in the database table cms_block. There is not backup in the filesystem.
I have a windows form application that requires users to log in to access the information. I have created a local compact database file for the credentials to be stored. I added the database file to my the folder but when I open my application and try to log in it tells me that it cannot find the database file.
Should the file be stored on a different folder, or should I need to install an instance of sql on the user computer.
This is my first deployment so I am not sure how to go about it. I have done some research on the subject, but it does not seem related to my issue. The help section of Intallshield was not clear either.
I am looking for some resources on how to accomplish this.
I figure out the issue, in order to work all files, including the database files need to be dumped under the userprofile folder.
I am doing a project of a web enabled database. I have created the database file in my PC.
Now when I just want to open .mdf i.e. of the database I created, I cannot open it in other PC. I even had copied the .ldf file i.e the log file to that PC.
Since I need to transfer the database to the Server later, I don't know how I will dump the database in that server from my PC so that the company can use it.
The basics of using mdf file is like this:
Create a new database using SQL Server (set the path for the file as you wish)
If you wish to move the file elsewhere,
detach the database from your server
copy/move the file to wherever you wish
attach the file as database in SQL server
You are not supposed to open the file by double-clicking as mime setting or attachment of extensions migh not be there in the target machine.
Why don't you use the decent method to copy/move database?