[GH-ISSUE #748] cant open existing 1remote mysql db from running in visual studio #614

Closed
opened 2026-02-26 11:59:01 +03:00 by kerem · 1 comment
Owner

Originally created by @chuckgmthompson on GitHub (Oct 31, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/748

Originally assigned to: @VShawn on GitHub.

I installed 1remote on one computer. connected to a mysql instance, and imported a bunch of connections. works fine on that installed version. on another machine I open the source code and connect to that same mysql db and I get an error:

your database is encrypted by a third-part build 1Remote_Debug, this app can not read your data correctly

I then installed 1Remote on yet another machine and connect to that mysql and see everything fine.
It just seems to be an issue if connecting from a debug environment.
Any suggestions?

Originally created by @chuckgmthompson on GitHub (Oct 31, 2024). Original GitHub issue: https://github.com/1Remote/1Remote/issues/748 Originally assigned to: @VShawn on GitHub. I installed 1remote on one computer. connected to a mysql instance, and imported a bunch of connections. works fine on that installed version. on another machine I open the source code and connect to that same mysql db and I get an error: your database is encrypted by a third-part build 1Remote_Debug, this app can not read your data correctly I then installed 1Remote on yet another machine and connect to that mysql and see everything fine. It just seems to be an issue if connecting from a debug environment. Any suggestions?
kerem 2026-02-26 11:59:01 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@VShawn commented on GitHub (Nov 1, 2024):

The issue you're experiencing is due to the version on GitHub being built with a random encryption salt , which is generated on the GitHub action server. This means that any databases created by the official release cannot be read correctly by local development builds.

If you would like to use a locally compiled version, here's the solution:

use the official release exe to export existing data, then import them using your own compiled version. Additionally, ensure that all machines are running the same locally compiled version for compatibility.

Let us know if you have any further questions!

<!-- gh-comment-id:2451347961 --> @VShawn commented on GitHub (Nov 1, 2024): The issue you're experiencing is due to the version on GitHub being built with a random encryption salt , which is generated on the GitHub action server. This means that any databases created by the official release cannot be read correctly by local development builds. If you would like to use a locally compiled version, here's the solution: use the official release exe to export existing data, then import them using your own compiled version. Additionally, ensure that all machines are running the same locally compiled version for compatibility. Let us know if you have any further questions!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#614
No description provided.