Backup Openfire and restore it to another machine
up vote
1
down vote
favorite
I am using Openfire as collaboration software in Windows Server 2008 R2 Domain.
Today I am planning to install Elastix 2.3 on my Hyper-V server for VoIP implementation that Elastix has built-in openfire server.
Is there any solution to backup the Windows version of Openfire and restore it on Elastix?
backup
add a comment |
up vote
1
down vote
favorite
I am using Openfire as collaboration software in Windows Server 2008 R2 Domain.
Today I am planning to install Elastix 2.3 on my Hyper-V server for VoIP implementation that Elastix has built-in openfire server.
Is there any solution to backup the Windows version of Openfire and restore it on Elastix?
backup
Last time I checked OpenFire used some built-in Java database system. That one could be ported to other systems back then. It was about 304 years ago, however.
– 0xC0000022L
Mar 6 '13 at 13:16
Do you use the openfire embedded db? If it's a large organization it might be worth migrating to a MySQL db for greater flexibility.
– Not Kyle stop stalking me
Mar 11 '13 at 20:35
that, you are right, but I'm using embedded DB right now!
– Kaveh
Mar 12 '13 at 10:17
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am using Openfire as collaboration software in Windows Server 2008 R2 Domain.
Today I am planning to install Elastix 2.3 on my Hyper-V server for VoIP implementation that Elastix has built-in openfire server.
Is there any solution to backup the Windows version of Openfire and restore it on Elastix?
backup
I am using Openfire as collaboration software in Windows Server 2008 R2 Domain.
Today I am planning to install Elastix 2.3 on my Hyper-V server for VoIP implementation that Elastix has built-in openfire server.
Is there any solution to backup the Windows version of Openfire and restore it on Elastix?
backup
backup
edited Sep 10 '16 at 2:37
JakeGould
30.6k1093135
30.6k1093135
asked Nov 26 '12 at 10:13
Kaveh
6491514
6491514
Last time I checked OpenFire used some built-in Java database system. That one could be ported to other systems back then. It was about 304 years ago, however.
– 0xC0000022L
Mar 6 '13 at 13:16
Do you use the openfire embedded db? If it's a large organization it might be worth migrating to a MySQL db for greater flexibility.
– Not Kyle stop stalking me
Mar 11 '13 at 20:35
that, you are right, but I'm using embedded DB right now!
– Kaveh
Mar 12 '13 at 10:17
add a comment |
Last time I checked OpenFire used some built-in Java database system. That one could be ported to other systems back then. It was about 304 years ago, however.
– 0xC0000022L
Mar 6 '13 at 13:16
Do you use the openfire embedded db? If it's a large organization it might be worth migrating to a MySQL db for greater flexibility.
– Not Kyle stop stalking me
Mar 11 '13 at 20:35
that, you are right, but I'm using embedded DB right now!
– Kaveh
Mar 12 '13 at 10:17
Last time I checked OpenFire used some built-in Java database system. That one could be ported to other systems back then. It was about 304 years ago, however.
– 0xC0000022L
Mar 6 '13 at 13:16
Last time I checked OpenFire used some built-in Java database system. That one could be ported to other systems back then. It was about 304 years ago, however.
– 0xC0000022L
Mar 6 '13 at 13:16
Do you use the openfire embedded db? If it's a large organization it might be worth migrating to a MySQL db for greater flexibility.
– Not Kyle stop stalking me
Mar 11 '13 at 20:35
Do you use the openfire embedded db? If it's a large organization it might be worth migrating to a MySQL db for greater flexibility.
– Not Kyle stop stalking me
Mar 11 '13 at 20:35
that, you are right, but I'm using embedded DB right now!
– Kaveh
Mar 12 '13 at 10:17
that, you are right, but I'm using embedded DB right now!
– Kaveh
Mar 12 '13 at 10:17
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Openfire is great software!
Try installing the "User Import Export" plugin from the Plugins tab (under Available Plugins). Then go to your Users/Groups tab and you will notice the new "Import & Export" option. Reverse on the new system and hopefully that will make the migration easier!
BTW: the embedded database is HSQL and uses the connection string:
jdbc:hsqldb:/opt/openfire/embedded-db/openfire
if you have a little java know-how, you could connect to the same database and write a script to export the data to whatever format you prefer then insert to your MySQL database. The schema should be the same on both databases (I think!).
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Openfire is great software!
Try installing the "User Import Export" plugin from the Plugins tab (under Available Plugins). Then go to your Users/Groups tab and you will notice the new "Import & Export" option. Reverse on the new system and hopefully that will make the migration easier!
BTW: the embedded database is HSQL and uses the connection string:
jdbc:hsqldb:/opt/openfire/embedded-db/openfire
if you have a little java know-how, you could connect to the same database and write a script to export the data to whatever format you prefer then insert to your MySQL database. The schema should be the same on both databases (I think!).
add a comment |
up vote
0
down vote
Openfire is great software!
Try installing the "User Import Export" plugin from the Plugins tab (under Available Plugins). Then go to your Users/Groups tab and you will notice the new "Import & Export" option. Reverse on the new system and hopefully that will make the migration easier!
BTW: the embedded database is HSQL and uses the connection string:
jdbc:hsqldb:/opt/openfire/embedded-db/openfire
if you have a little java know-how, you could connect to the same database and write a script to export the data to whatever format you prefer then insert to your MySQL database. The schema should be the same on both databases (I think!).
add a comment |
up vote
0
down vote
up vote
0
down vote
Openfire is great software!
Try installing the "User Import Export" plugin from the Plugins tab (under Available Plugins). Then go to your Users/Groups tab and you will notice the new "Import & Export" option. Reverse on the new system and hopefully that will make the migration easier!
BTW: the embedded database is HSQL and uses the connection string:
jdbc:hsqldb:/opt/openfire/embedded-db/openfire
if you have a little java know-how, you could connect to the same database and write a script to export the data to whatever format you prefer then insert to your MySQL database. The schema should be the same on both databases (I think!).
Openfire is great software!
Try installing the "User Import Export" plugin from the Plugins tab (under Available Plugins). Then go to your Users/Groups tab and you will notice the new "Import & Export" option. Reverse on the new system and hopefully that will make the migration easier!
BTW: the embedded database is HSQL and uses the connection string:
jdbc:hsqldb:/opt/openfire/embedded-db/openfire
if you have a little java know-how, you could connect to the same database and write a script to export the data to whatever format you prefer then insert to your MySQL database. The schema should be the same on both databases (I think!).
answered Mar 13 '13 at 6:35
SnakeDoc
635416
635416
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f510681%2fbackup-openfire-and-restore-it-to-another-machine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Last time I checked OpenFire used some built-in Java database system. That one could be ported to other systems back then. It was about 304 years ago, however.
– 0xC0000022L
Mar 6 '13 at 13:16
Do you use the openfire embedded db? If it's a large organization it might be worth migrating to a MySQL db for greater flexibility.
– Not Kyle stop stalking me
Mar 11 '13 at 20:35
that, you are right, but I'm using embedded DB right now!
– Kaveh
Mar 12 '13 at 10:17