Replies: 1 comment 2 replies
-
Part-DB is intended to run as a server itself. And then multiple clients and users can access this instance and work on it. If the server is exposed to the Internet (or via some VPN or so), then this is possible from everywhere on the world, as long as you have a Webbrowser. You could probably synchronize the database backend between multiple Part-DB instances (for sqlite with some kind of filesharing and for MySQL replication). But this is not officially supported or recommended and will probably lead to some weird synchronization and concurrence issues... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am no web expert so I might ask super dumb question.
Currently I use Part-DB docker version ( since I am not able to install it any other way tried and failed) and would love to share the database across multiple PCs.
Would this be doable sharing the DB via cloud storage and or is there any other way / better way of doing so.
thanks
Josef
Beta Was this translation helpful? Give feedback.
All reactions