Move your data and API keys to another machine or create backups.
Hippopotamoose now uses a single SQLite database (data/app_state.sqlite) for all persistent state. The export/import system works with this SQLite file.
Click ⚙ Settings in the toolbar.
A save dialog opens. Choose a location and filename (default: hippopotamoose-api-keys.json).
The file contains your API credentials in plaintext. Do not share it.
Click ⚙ Settings and choose Export All Data.
The application creates a copy of data/app_state.sqlite and saves it as hippopotamoose-data.sqlite in the location you select.
This SQLite file contains the entire application state (pipeline, queue, rejected, saved searches, etc.). It can be moved to another machine.
Click ⚙ Settings and choose Import API Keys.
Pick the previously exported hippopotamoose-api-keys.json.
Keys are written to the Windows Registry.
Click ⚙ Settings and choose Import All Data.
Pick the exported hippopotamoose-data.sqlite file.
Merge adds the imported records to the existing database. Replace overwrites the current database with the imported one.
Close and reopen Hippopotamoose to load the new data.