LetoDMS Community Forum
Where are my files? - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: General Questions (https://community.letodms.com/forumdisplay.php?fid=15)
+--- Thread: Where are my files? (/showthread.php?tid=478)



Where are my files? - jarenio - 03-28-2012

Hello, when i upload a file, where is it?

Another question, how can i restore a backup?

Thanks.


RE: Where are my files? - EricM - 03-29-2012

Your files are in the content directory specified during installation. Within that, there is a directory named 1048567, and within that each file added creates a numbered directory, and each version of the file has a number in that directory. So for example, if the first file added to the the DMS was xyz.pdf, it would appear as <content_path>/1048567/1/1.pdf.

When new versions of a file are added, the versions are placed in the same directory as the original file, but with an incremented numerical value. So for example, a file with 3 versions would appear as <content_path>/1048567/219/1.doc, <content_path>/1048567/219/2.doc, and <content_path>/1048567/219/3.docx. Note that in this example the file type changed from doc to docx, but the system doesn't care.

It doesn't appear that Leto has a restore option. And the SQL backup appears broken in 3.3.0. I have found a manual process for backup and restore, one that I actually tested and verified against version 3.3.0. I don't have it all written down, but basically backup includes making a backup of the database and making an archive of the content directory. Restoring is similar to installation, except restoring the database from the backup sql and exploding the file archive into the content directory.

(03-28-2012, 10:20 PM)jarenio Wrote: Hello, when i upload a file, where is it?

Another question, how can i restore a backup?

Thanks.