Version 3.8.0 - The Great Database Migration! #43
                  
                    
                      mrantonSG
                    
                  
                
                  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.
-
Version 3.8.0 - The Great Database Migration!
This is a major update that fundamentally improves how Nova works. We've moved all user data (configs, objects, rigs, and journals) from individual
.yamlfiles into a single, high-performance SQLite database (app.db).This change makes the app faster, more reliable, and much more stable, especially when saving data or running in multi-user environments.
Because this is a big change, please read the instructions for your setup carefully.
For Single-Users (The Easiest Path)
For a new installation, the easiest way to get your data into the new version is to import your old YAML files.
Safety Belt: Before you install or pull this new version, we highly recommend you go to your old Nova's "Config" page and use the "Download" buttons to get fresh backups of your
config_default.yaml,rigs_default.yaml, andjournal_default.yamlfiles. Save them somewhere safe.Your Simple 3-Step Migration:
config_default.yaml,rigs_default.yaml, andjournal_default.yamlfiles one by one.That's it! Your system will be fully migrated and running on the new database.
For Multi-User (MU) Admins
For multi-user installations, the migration is a manual, controlled process that you must run from the command line. This gives you full control to back up your system before proceeding.
We have included a detailed guide named
migration from yaml to DB V3.8.0.mdin the main folder of this release. Please follow this document carefully.The new process uses a dedicated
flaskcommand to safely migrate all users from yourusers.dband their corresponding YAML files.Other Fixes & Improvements in v3.8.0
This release also includes several other key improvements:
instancefolder) will now correctly create a "factory-default" setup with template files.This discussion was created from the release Version 3.8.0 - The Great Database Migration!.
Beta Was this translation helpful? Give feedback.
All reactions