π’ Heads up: JobSync is migrating to PostgreSQL in an upcoming release β please back up your data #104
Gsync
announced in
Announcements
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
We wanted to give the community a heads-up: in an upcoming release, JobSync will be migrating its database from SQLite to PostgreSQL.
This change will let us support larger datasets, better concurrency, and more reliable performance as the app grows. It also opens the door to future AI features β like RAG (retrieval-augmented generation) over your resumes, job history, and notes β using
pgvectorfor similarity search directly in the database. A database migration is a significant change, though, and we want to be transparent about it ahead of time.What this means for you:
How to back up your data now:
JobSync includes a built-in backup export β go to Settings β Backup (or use
GET /api/backup/export) to download a full export of your data before you upgrade.We'll follow up in this thread with the release notes, a detailed migration guide, and timeline as we get closer to shipping. In the meantime, please don't hesitate to ask questions here β we'd rather over-communicate on something like this than surprise anyone.
Thanks for using JobSync!
All reactions