• 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

phpBB to JForum/PostgreSQL

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help!, I am attempting to migrate from phpBB running on MySQL to JForum on PostgreSQL. All the migration tools I have found are MySQL only. I have managed to migrate phpBB/MySQL to phpBB/PostgreSQL but know I need some help converting to JForum/PostgreSQL.

Any help or insights will be gratefully received.

Cheers,

Dave
[originally posted on jforum.net by davent]
 
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
DIY, no support.
[originally posted on jforum.net by booms]
 
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
You should read this thread : https://coderanch.com/t/576035

It's really easy to adapt for PostgreSQL. You've just change driver & params, and remove the custom SQL statemnt "SHUTDOWN" needed by in-memory hsqldb server

[originally posted on jforum.net by redhand]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic