 |
 |
 |
 |
Registered: 12/24/03
Posts: 29
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
#191137 - 07/14/07 04:06 PM
Re: Proper Upgrade Route - Within UBB.Threads 7.x
[Re: Sirdude]
|
|
Registered: 06/04/06
Posts: 13625
Loc: Portland, OR; USA
 
|
|
If you're on a Linux/Unix machine, you can use the Command Line tools via SSH to create a database dump (backup of the mysql database) by inserting the command: mysqldump -uusername -ppassword databasename > databasename.sql If you wish to compress the above output so that it's easier to transfer around, then you can do: tar -cvpzf databasename.tgz databasename.sql If you've compressed the output and would like to decompress it, then you can run: tar -xzvf databasename.tgz (the output will extract as databasename/ databasename.sql) And to restore said backup, after you purge data out of the MySQL database: mysql -h localhost -uusername -ppassword databasename < databasename.sql
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#192137 - 07/20/07 06:39 AM
Re: Proper Upgrade Route - Within UBB.Threads 7.x
[Re: Gizmo]
|
addict
|
Registered: 05/06/06
Posts: 599
Loc: Leesburg, FL
|
|
1. Download the latest build from the members area. 2. Extract the archive to your hard disk (or to the server with any available utilities). 3. Upload (or move) all files EXCEPT for the cache_builders/custom, includes and styles directories. 4. Ensure chmods. All directories should be 777. All files should be 666. 5. After uploading (or moving) all directories, and ensuring all chmods are correct, run the install/upgrade.php script. 6. After you've gone through the upgrade procedure in the upgrade.php file, be sure to REMOVE the install and importers directories.
NOTE Please be sure to create a backup of your database and files before upgrading your installation; the upgrade should happen without a hitch, however, it's better to be safe than sorry... Gizmo, in step #3, is it correct that at this stage all the old files are being over-written by the new ones? This is a first for us - we've only done new installations, not upgrades. So forgive the questions. 
_________________________
My UBB
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198348 - 09/28/07 03:23 AM
Re: Proper Upgrade Route - Within UBB.Threads 7.x
[Re: Mors]
|
|
Registered: 06/04/06
Posts: 13625
Loc: Portland, OR; USA
 
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#215035 - 07/01/08 12:19 AM
Re: Proper Upgrade Route - Within UBB.Threads 7.x
[Re: Gizmo]
|
stranger
|
Registered: 02/22/08
Posts: 14
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|