Can this database to be shared across network for multiple users and configure Everything to use that specific file

Plug-in and third party software discussion.
Post Reply
aluparu
Posts: 8
Joined: Wed Feb 01, 2017 5:43 pm

Can this database to be shared across network for multiple users and configure Everything to use that specific file

Post by aluparu »

Can this database to be shared across network for multiple users and configure Everything to use that specific file, instead each user index files from server ?
Only the server will update the database, all user will access that database. Could be this possible?
void
Developer
Posts: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: How is your database working?

Post by void »

Everything is not really designed to do this.

A similar feature - The Everything Server Service is planned for Everything 1.5.

Please try the following:

To update the servers database on disk:
Run Everything.exe with the -update command line option:
Everything.exe -update

To use the servers database with a client:
Start Everything.exe with -db command line option:
Everything.exe -db \\server\everything\everything.db
Note: make sure Everything is not running before using this command.
Post Reply