• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Upgrading to RC5

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Upgrading to RC5
The information in this topic is destined to people who is already using previous versions of JForum. You don't need to follow these steps if this is your first time with JForum

:arrow: Backup your current database, for safety;

:arrow: Run the SQL script called mysql_rc4_to_rc5.sql, ir you're using MySQL, or postgresql_rc4_to_rc5.sql ir you're using PostgreSQL,located in the root directory. This script will correct the tables.

:arrow: See https://coderanch.com/t/574339 #permissions . We added some new permission control options, so you should re-save your existing ones again. This was a mistake when releasing RC5.

You must run these upgrade script, otherwise your jforum installation will not work correctly, since some tables have changed since RC4.

Depending the latest version you have ( for example, rc2, rc3 etc ), you may also want to take a look at https://coderanch.com/t/574427 or https://coderanch.com/t/574531 before running the instructions here described.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have rc3 version. How I upgrade forum to rc5? Where I get sql script upgrade to rc4 beforte upgrade to rc5?
[originally posted on jforum.net by juric]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

juric wrote: I have rc3 version. How I upgrade forum to rc5? Where I get sql script upgrade to rc4 beforte upgrade to rc5?



Hi,

take a look here: https://coderanch.com/t/574531

You will need to download RC4 in order to get the scripts ( you don't need to install rc4.. just get it to have the sql scripts ).

Rafael
[originally posted on jforum.net by Rafael Steil]
 
The harder you work, the luckier you get. This tiny ad brings luck - just not good luck or bad luck.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic