Migrate functions, snippets, collations from older version to 4.0.0 #5740
Replies: 3 comments
|
Your 3.4.x settings should all migrate to 4.0.0 automatically, including functions, once you run 4.0.0 (assuming you are not using local portable config directory such as The Import/Export functionality is for migrating your settings between different computers. Let me know if the automatic upgrade/migration worked for you, or is there a problem. |
|
Okay, then. I do use SQLiteStudio in portable mode. How to go from there? |
|
If you want to use portable mode in 4.0.0 too, then create letos portable dir ( Notice, that Then run Letos and it will upgrade |
Uh oh!
There was an error while loading. Please reload this page.
First of all, congratulations to the author!
New version 4.0.0 looks awesome.
However, now I'm facing issues migrating my settings from SQLiteStudio 3.4.21.
Specifically, as title says, how do I move all my custom functions?
In 4.0.0 I see Import settings command, but it asks for .json.
I can't find Export settings in SQLiteStudio 3.4.21, nor any ready to user .json file in the profile.
Only
settings.ini, which only has this inside:[General] AllowMultipleSessions=falseand
settings3which seems to be binary.Neither of them works with Import settings command in 4.0.0.
I have quite a set of custom functions. Am I to add each of them manually? Isn't there a faster way?
Again, thank you and thanks for improving your program. Keep it up, you're doing great.
All reactions