Database:Migrations
From OpenSimulator
(Difference between revisions)
Line 2: | Line 2: | ||
{{Quicklinks|Database:Migrations}} | {{Quicklinks|Database:Migrations}} | ||
− | + | = Introduction = | |
This table is of little use to the enduser in any direct fashion, except perhaps to verify the database schema version. It is used by the software to automatically detect the necesity to migrate the database. | This table is of little use to the enduser in any direct fashion, except perhaps to verify the database schema version. It is used by the software to automatically detect the necesity to migrate the database. | ||
<br /><br /> | <br /><br /> | ||
The two columns in the table are 'name' and 'version'. 'version' is pretty self-documenting; name a little less so. 'version' is the column of typical interest, though 'name' is likely informative too. | The two columns in the table are 'name' and 'version'. 'version' is pretty self-documenting; name a little less so. 'version' is the column of typical interest, though 'name' is likely informative too. | ||
+ | |||
+ | == Guide the migration process == | ||
+ | |||
+ | == Migration steps == | ||
[[Category:Database]] | [[Category:Database]] |
Revision as of 01:55, 8 December 2023
Languages: |
English Deutsch |
Introduction
This table is of little use to the enduser in any direct fashion, except perhaps to verify the database schema version. It is used by the software to automatically detect the necesity to migrate the database.
The two columns in the table are 'name' and 'version'. 'version' is pretty self-documenting; name a little less so. 'version' is the column of typical interest, though 'name' is likely informative too.