-
Notifications
You must be signed in to change notification settings - Fork 250
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
Merging hamster.db files #340
Comments
Each Project hamster and its various sub-components is currently undergoing some major changes. We prepare the introduction of a rewritten codebase for most of the underlying functionality. A direct consequence of this is that it is unlikely that any open/new bugs within the current/old codebase will be fixed (unless someone steps up and offers to do so) as most resources currently available will be invested in making the rewrite prime time ready. |
Ok, thank you. have two .db files that should have no conflicts, I don't know the exact structure of the databases, but there are no duplicated events between the two files. I'd like to just read all events listed and write them to a 3rd file. |
@unfa did you make any progress on this? I'm moving from a laptop where I run hamster to a desktop where I used to run hamster, and want to merge the db on each. I imagine some kind of INSERT using the resultset of a SELECT would be possible in theory, did you try this and what was your general outcome? (disaster, success, partial mess, etc) |
I have used this script. Export records as a TSV then run this script on the file. Finally run the resulting file (using source command) on the target machine.
|
I have developed a python script called |
Thanks ! |
I happen to have a few hamster.db files that I want to merge.
How can I do this?
I'd love to be able to import old hamster.db files into Hamster having them merged into the current one.
The text was updated successfully, but these errors were encountered: