Handle conversion between the various BE storage formats.
Methods
| check_initial_version | |
| get_path | |
| set_version | |
| upgrade(path, current_version[, target_version]) | Call the appropriate upgrade function to convert current_version to target_version. |
Methods
| check_initial_version | |
| get_path | |
| set_version | |
| upgrade(path, current_version[, target_version]) | Call the appropriate upgrade function to convert current_version to target_version. |
Methods
| check_initial_version | |
| get_path | |
| set_version | |
| upgrade(path, current_version[, target_version]) | Call the appropriate upgrade function to convert current_version to target_version. |
Methods
| check_initial_version | |
| get_path | |
| set_version | |
| upgrade(path, current_version[, target_version]) | Call the appropriate upgrade function to convert current_version to target_version. |
Class for converting between different on-disk BE storage formats.
Attributes
| final_version | |
| initial_version |
Methods
| check_initial_version | |
| get_path | |
| set_version | |
| upgrade(path, current_version[, target_version]) | Call the appropriate upgrade function to convert current_version to target_version. |
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