Bitweaver upgrade tool

{form legend="Begin the upgrade process"}

Welcome to the new and improved Bitweaver package manager. Using this package manager will allow you to download packages from our central repository and apply the install or upgrade process easily. We have done our best to make sure all situations are handled. However, your install might have the one case we haven't run into yet. Initial steps before beginning the actual upgrade stages:

Make a Backup
You should have a spare dump of your database before you run this. (Of course, you already have a cron job making nightly backups and scp'ing them to another host? Right? Right.)

Do a trial run first
You should run a trial upgrade on an offline server, personal machine, etc. before you do this on your live site.

{if $max_execution_time}

Upgrades can take a long time. We tried to override the max_execution_time setting in your php.ini to ensure enough time but on some systems this does not work. If you get a blank page with a non-functional site as a result, the execution time might be the reason.
The value we are trying to set max_execution_time to is 86400. However, your value of {$max_execution_time} cannot be overridden on your system. If you run into problems with the upgrade process and you think this might be problem, please consult the PHP manual on how to change the value.

{/if} {if $dbWarning}

{$dbWarning}

{/if} {if $smarty.session.upgrade_r1}

Important

Since you are upgrading from Bitweaver version 1 to version 2, please visit the Upgrade documentation page. It contains crucial information about the changes that have occurred and how to fix certain upgrade issues that can not be dealt with by the installer. We can not stress enough that it is essential that you make a backup of your files and your database before attempting this upgrade.

{/if}
{/form}