Revision 1215
Added by MaGnaL almost 15 years ago
upgrade-script.php | ||
---|---|---|
103 | 103 |
<h2>Step 1: Backup your files</h2> |
104 | 104 |
<p>It is highly recommended to <strong>create a manual backup</strong> of the entire <strong>/pages folder</strong> and the <strong>MySQL database</strong> before proceeding.<br /><strong class="error">Note: </strong>The upgrade script alters some settings of your existing database!!! You need to confirm the disclaimer before proceeding.</p> |
105 | 105 |
|
106 |
<form name="send" action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
|
|
106 |
<form name="send" action="<?php echo $_SERVER['PHP_SELF'];?>" method="POST">
|
|
107 | 107 |
<textarea cols="80" rows="5">DISCLAIMER: The Website Baker upgrade script is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. One needs to confirm that a manual backup of the /pages folder (including all files and subfolders contained in it) and backup of the entire Website Baker MySQL database was created before you can proceed.</textarea> |
108 | 108 |
<br /><br /><input name="backup_confirmed" type="checkbox" value="confirmed" /> I confirm that a manual backup of the /pages folder and the MySQL database was created. |
109 | 109 |
<br /><br /><input name="send" type="submit" value="Start upgrade script" /> |
Also available in: Unified diff
Rollback of accidentally checked in files