Sharing same database between different instances

Hi,
we have two workstations running cryosparc as standalone version each.
This should not be changed to keep both computing resources totally separated and independent.
Can both machines access the same database (as master and worker) on a shared FS simultaneously or will this give problems for the db management?

Best,
tarek

Hi @tarek,

This is currently not possible with the current architecture. Please use a separate database for each instance. Maybe you can look into a cluster scheduler? This will allow you use the scheduler to manage user’s quotas.

thanks for making that clear!