You are about to run an upgrade which might make changes to your database. We strongly recommend that you back up your database (preferably carry out the entire backup procedure).
{foreach from=$packageUpgrades item=upgrade key=package} {* users don't have the option to select what packages to upgrade since the code of the package is dependent on this upgrade *}SQL errors that occurred during the {$version} upgrade:
{if $errors.$package.$version.failedcommands}
{foreach from=$errors.$package.$version.failedcommands item=command}
{$command}
{/foreach}
{/if}
The upgrade process was halted due to the SQL problems listed above. Please contact the bitweaver team to fix this issue.
{/if} {elseif !$success}Seems all installed packages are up to date!
{/if} {if $success}Some packages were successfully updated which might have important post upgrade notes.
Below you will find an illustration of how packages will depend on each other after the upgrade has been completed.
Below you will find a detailed table with package requirements after the upgrade has completed successfully. If not all package requirements are met, consider trying to meet all package requirements. If you don't meet them, you may continue at your own peril.
| Requirement | Min Version | Max Version | Available | Result |
|---|---|---|---|---|
| {$dep.package|ucfirst} requirements | ||||
| {$dep.requires|ucfirst} | {$dep.required_version.min} | {$dep.required_version.max} | {$dep.version.available} | {if $dep.result == 'ok'} OK {elseif $dep.result == 'missing'} Package missing {assign var=missing value=true} {elseif $dep.result == 'min_dep'} Minimum version not met {assign var=min_dep value=true} {elseif $dep.result == 'max_dep'} Maximum version exceeded {assign var=max_dep value=true} {elseif $dep.result == 'inactive'} Package disabled {assign var=inactive value=true} {else} Unknown state {assign var=confused value=true} {/if} |
At least one required package is missing. Please install that package before proceeding with the upgrade.
{/if} {if $min_dep}At least one package did not meet the minimum version requirement in our calculations. If possible, please get a newer version of those packages and upgrade them as well.
{/if} {if $max_dep}At least one package recommend a version lower to the one you have installed or are about to upgrade to. The package you wish to upgrade might work with this combination, but no guarantees can be given.
{/if} {if $inactive}At least one required package is disabled. Please activate that package once your install is complete.
{/if} {if $confused}At least one required package is in an unknown state. The upgrade may not work because of this. It is probably worth reinstalling the latest version of that package or contacting its developer.
{/if} {if !$min_dep && !$max_dep && !$missing}All package requirements have been met. You can proceed with the installation process.
{/if} {/if}