Learn how to migrate your data from Nova 2 to Nova 3
Install Nova 3
Connect to your database (again)
If your Nova 2 data is in the same database
If your Nova 2 data is in a different database
Migrate your data
Data | Will be migrated |
---|---|
Access roles | |
Application history | |
Awards (no longer a feature in Nova) | |
Bans | |
Chain of command (no longer a feature in Nova) | |
Character form | |
Characters | |
Comments (no longer a feature in Nova) | |
Departments and positions | |
Docking (no longer a feature in Nova) | |
Manifests | |
Menu items | |
Mission groups (now part of stories in Nova 3) | |
Missions (called stories in Nova 3) | |
News items (called announcements in Nova 3) | |
Personal logs | |
Posts | |
Private messages | |
Ranks | |
Settings | |
Specifications and tour (no longer a feature in Nova 3) | |
Skins (called themes in Nova 3) | |
Users | |
Wiki pages (no longer a feature in Nova 3) |
accepted
, rejected
, or pending
applications
database table.sync
. In general, this would likely something like Redis or even using the database as a queue driver. You’ll also need to have a worker process running on your server that will be able to work through the jobs being put onto the queue for asynchronous processing.
We’ve built the migration UI to handle both scenarios and if you use asynchronous migrations, we’ll provide more immediate real-time feedback about the progress of how your migrations are running (by default, we poll for a status update every 3.5 seconds).