Move the database file to a different location outside of the content folder. #487
Unanswered
pandafeliz
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you use WSL to create the symlinks? AFAIK regular Windows NTFS junctions should work perfectly fine to move the database to a SSD. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running LANraragi 0.7.9 on Windows 10.
Currently I have all my files in a regular HDD (path x:\xxx\xxx)
The database.rdb file is located in that folder and all my files in different sub folders from that root, but I want to move the database file outside of that folder into a SSD where all the thumbnails are being stored.
I tried using symlink the folders into the new database location (d:\xxx) but it will just ignore all the previous paths and treat it as a clean installation.
Thanks for any input on how to accomplish this.
Beta Was this translation helpful? Give feedback.
All reactions