Handle conversion between the various BE storage formats.
Methods
check_initial_version() | |
get_path(*args) | Return the absolute path using args relative to .be. |
set_version() | |
upgrade() |
Methods
check_initial_version() | |
get_path(*args) | Return the absolute path using args relative to .be. |
set_version() | |
upgrade() |
Methods
check_initial_version() | |
get_path(*args) | Return the absolute path using args relative to .be. |
set_version() | |
upgrade() |
Methods
check_initial_version() | |
get_path(*args) | Return the absolute path using args relative to .be. |
set_version() | |
upgrade() |
Class for converting between different on-disk BE storage formats.
Attributes
final_version | |
initial_version |
Methods
check_initial_version() | |
get_path(*args) | Return the absolute path using args relative to .be. |
set_version() | |
upgrade() |
Return the absolute path using args relative to .be.
Call the appropriate upgrade function to convert current_version to target_version. If a direct conversion function does not exist, use consecutive conversion functions.
alias of Upgrade_1_3_to_1_4