• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Upgrading 2.1.5 to 2.1.7

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I need to upgrade a 2.1.5 installation of JForum to 2.1.7. I remember seeing a patch for 2.5.1 that brought it to 2.1.6 but can't find it anywhere. Is there a way to get this file? Do I need it? Or can I just upgrade straight to 2.1.7?

Thanks!
Tony Fardella
tonyf@tawala.com
[originally posted on jforum.net by tonyf]
 
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 think you can just run the 2.1.4 to 2.1.6 scripts to update your 2.1.5 DB schema to 2.1.6.

A quick review of the mysql script shows that it will CHANGE a bunch of column settings, create indices, and drop and create a new banner and watch table. If the changes have been done for the 2.1.4 to 2.15, your DB shouldn't care.

But make sure you have good backups, etc...
[originally posted on jforum.net by monroe]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic