# Data Migration from old Jive Forum (Version 5.0.4)

**URL:** https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490
**Category:** Support
**Created:** [November 4, 2016, 10:18am UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490 "2016-11-04T10:18:08Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![alibaba99](https://avatars.discourse-cdn.com/v4/letter/a/71e660/32.png) [@alibaba99](https://meta.discourse.org/u/alibaba99)
#### Post date: [November 4, 2016, 10:18am UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490/1 "2016-11-04T10:18:08Z")

</div>

Hi guys,

has someone experience in migrating posts/user from an existing installation of Jive 5.0.4?

There ist an Converter Tool available on [discourse/script/import\_scripts/jive.rb at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/script/import_scripts/jive.rb), but I would like to know if that converter is able to convert such an old Version of Jive (5.0.4) which is from 2011 I think.

This converter was written by @techAPJ.

Maybe someone can help me.

Thank you.

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [November 10, 2016, 6:32pm UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490/2 "2016-11-10T18:32:23Z")

</div>

@techAPJ @MikhailVink Could you shed some light on what version of Jive that script was written for?

As far as I know the newer/cloud version of Jive doesn’t even provide a proper data export, so I wouldn’t be too surprised if this script was in fact made for a fairly old version.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [November 10, 2016, 6:53pm UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490/3 "2016-11-10T18:53:29Z")

</div>

Not sure about Jive version because what I received from customer was several CSV files as data dump.

@alibaba99 You should look at this excellent Jive migration documentation by @MikhailVink:

> [@Migrate a Jive Clearspace forum to Discourse](https://meta.discourse.org/t/migrating-from-jive-clearspace-to-discourse/36761):
>
> Recently we’ve successfully migrated from Jive Clearspace platform to the Discourse for [Kotlin community forums](https://discuss.kotlinlang.org/) by JetBrains, so I’d like to share experience on such migration which some of you might find useful in the future. First of all, I’d like to give a round of applause to @techAPJ, an author of the original migration [script](https://github.com/discourse/discourse/blob/master/script/import_scripts/jive.rb) which helped us a lot as we’ve modified it for our needs (and now glad to [contribute back](https://github.com/discourse/discourse/pull/3924) some of the changes related to images/attachments). Also [this thread](https://meta.discourse.org/t/migrating-to-discourse-from-another-forum-software/16616) will b…

---

<div class="post-metadata">

### Author: ![MikhailVink](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mikhailvink/32/120425_2.png) [@MikhailVink](https://meta.discourse.org/u/MikhailVink)
#### Post date: [November 13, 2016, 2:18pm UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490/4 "2016-11-13T14:18:57Z")

</div>

We’ve been migrating from version 2.5.16 which was released around 2009. Discourse-related part of the forums migration has been written based on @techAPJ’s version (my tutorial about our version has been already mentioned: [Migrate a Jive Clearspace forum to Discourse](https://meta.discourse.org/t/migrating-from-jive-clearspace-to-discourse/36761)), and it was also based on getting information from CSVs, but we had to provide support for attachments and some other features in additional to the original version.

The export from Jive (or Jive Clearspace as it was called around version 2.5) has been done via custom PHP scripts and relied on the REST API provided by Jive in a standard distribution: [https://docs.jivesoftware.com/jive\_clearspace\_community/2.5.16/RestServicesReference.html](https://docs.jivesoftware.com/jive_clearspace_community/2.5.16/RestServicesReference.html), from what I see, they maintain their APIs in a good shape (they are enterprise solution after all which requires a lot of integrations), and there is an API for their current cloud version: [Jive REST API v3.14](https://developers.jivesoftware.com/api/v3/cloud/rest/index.html), but version 5.0.4 has been most probably using the previous version of this API and it’s documented here: [OpenClient REST API](https://developers.jivesoftware.com/api/v2/current/index.html).

So I’d recommend you to develop an export via API which would export CSV files similar to those described, and then import all the content to Discourse.

---

<div class="post-metadata">

### Author: ![alibaba99](https://avatars.discourse-cdn.com/v4/letter/a/71e660/32.png) [@alibaba99](https://meta.discourse.org/u/alibaba99)
#### Post date: [November 16, 2016, 10:36am UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490/5 "2016-11-16T10:36:43Z")

</div>

Thanks for all the useful information.

We will try that out!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [May 30, 2022, 12:08pm UTC](https://meta.discourse.org/t/data-migration-from-old-jive-forum-version-5-0-4/52490/8 "2022-05-30T12:08:30Z")

</div>


