mvsqlite icon indicating copy to clipboard operation
mvsqlite copied to clipboard

Executing mvstore for Windows

Open fire opened this issue 3 years ago • 2 comments

C:\Users\elee\Downloads\mvsqlite\target\release>set RUST_LOG=info

C:\Users\elee\Downloads\mvsqlite\target\release>mvstore --data-plane 127.0.0.1:7000  --admin-api 127.0.0.1:7001 --metada
ta-prefix mvstore --raw-data-prefix m
Error: failed to initialize server

Caused by:
    0: cannot open fdb cluster
    1: No cluster file found in current directory or default location

fire avatar Oct 19 '22 22:10 fire

Might be related to https://github.com/losfair/mvsqlite/issues/71. --cluster /usr/local/etc/foundationdb/fdb.cluster

fire avatar Oct 20 '22 01:10 fire

mvstore --data-plane 127.0.0.1:7000 --admin-api 127.0.0.1:7001 --metadata-prefix mvstore --raw-data-prefix m --cluster "C:/ProgramData/foundationdb/fdb.cluster"

Works

fire avatar Oct 20 '22 01:10 fire

I have put my branch at https://github.com/fire/mvsqlite/tree/windows/mvsqlite-sqlite3 and there's a readme for reference.

fire avatar Oct 21 '22 23:10 fire

I've been testing Windows support and it's been working. Not a problem anymore.

fire avatar Dec 21 '22 03:12 fire