-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconnect to a shared database at startup #9714
Comments
Can I take this ? |
Sure :-) Are you a student? |
No. I am self-taught |
@NS404 Yeah ;) Tip: If you don't want to setup mysql/postgres locally, you can quickly get a free postgres db here https://www.elephantsql.com/ |
I encountered this while reading the docs Very useful, I appreciate the tip! |
Hi @kotecky! |
Hi @NS404 |
I mean save it as a local file either by checking the box 'Automatically save the library to' when trying to connect for the first time or using Ctrl + S when the tab is in focus |
Tested and now i see. Indeed, it works for the need described above: Jabref opens the bib file at startup and connects to the online database. I wonder still, whether this process will not create different versions of the bib-file when used by several people at once (which is the goal of the online database). |
the changes made in the file are passed in the server instantly. |
but changes made to the server are not being pulled automatically, nor does an option exist to pull changes manually. Only closing and reopening the file seems to do the update. |
Well, this makes it useless, a pity... |
@NS404 it would be greate if you could check why the changes are not pulled after reconnecting. imho this should always be done to make sure we have the last version |
Currently there are two ways of connecting to a shared DB: through a file or through the UI. The issue with the first way is that it doesn't let you pull changes without closing and reopening the file (The action to pull changes from shared side is disabled Ctrl+Shift+R). |
To answer my initial question: I think that currently, using the file opening feature won't do the job as I explained above.
|
Improvement suggestion
A setting to open last edited libraries at startup exists:
In the current state the shared database needs to be reopened manually at each startup (File > Shared database > Connect). Instead, the above or a separate setting should include automatic re-connection to a shared database at startup.
The text was updated successfully, but these errors were encountered: