Is there a way to relocate the wallet database to a different location and to get it to syn from the new location? (I want to move it to my computer's second hard drive, OS is windows)
There is no --datadir option yet. But you can make hardlink
Close wallet and make sure it's closed in Task manager --> Processes (rai_wallet.exe)
Copy entire %LOCALAPPDTA%\RaiBlocks folder to other disk
For example to disk D:
So it will be D:\RaiBlocks
Rename old folder in localappdata to something like RaiBlocks_old (kind of backup)
Open command line as administrator
type
mklink /J %LOCALAPPDATA%\RaiBlocks D:\RaiBlocks
Open wallet again