Skip to content
Discussion options

You must be logged in to vote

While migrating from one database to another is not something that's inherently supported by Wakapi itself, it should still be fairly straightforward. Possible options include:

  1. option: Wakapi import feature - Basically what you mentioned, i.e. set up a second Wakapi instance, connect it to the first one by API key and then run the importer.
  2. option: CSV import - Use the download_heartbeats script to dump your heartbeats to a CSV file, which you can then easily import into the MySQL table (just google for "mysql import csv" or something.
  3. option: Full-database import - Using some custom script. E.g. this one looks promising at first sight.

Note that options 1 and 2 will only copy the raw h…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@elfensky
Comment options

Answer selected by elfensky
Comment options

You must be logged in to vote
3 replies
@elfensky
Comment options

@Dario-Ciceri
Comment options

@muety
Comment options

muety Jun 9, 2025
Maintainer

Comment options

You must be logged in to vote
1 reply
@muety
Comment options

muety Sep 7, 2025
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants