Sychronize configuration

alt=
DannyA
@dannya
11 years ago
584 posts
Is there a way to synchronize the settings between two different Jamroom systems? I have the files synchronized between my production and development server but if you make a change in the cp in one you have to manually do it in the other. This is prone to errors. I'm looking to make sure all the modules and quotas are configured the same.
updated by @dannya: 01/18/14 05:55:07AM
brian
@brian
11 years ago
10,148 posts
All the settings are stored in the DB, so you might look for a sync tool for MySQL - there's no support directly in Jamroom for something like this.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
11 years ago
584 posts
Obviously I don't want to sync the entire database. In a cluster scenario the data will be different. Is there specific tables that store the module config information?

If not, it would be great if you could export and import settings as an xml file.
brian
@brian
11 years ago
10,148 posts
the main settings are in the jr_jrcore_settings table, and quota settings are in jr_jrprofile_quota* tables.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
11 years ago
584 posts
Great. Thanks.
alt=
@bruce741
11 years ago
1 posts
If not, it would be great if you could export and import settings as an xml file.
brian
@brian
11 years ago
10,148 posts
bruce741:
If not, it would be great if you could export and import settings as an xml file.

There are many DB tools (phpMyAdmin, Sequel Pro) that will allow you to export your DB tables in XML - that's not something we would add directly into Jamroom.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
11 years ago
584 posts
Since the cluster server was killed off for JR5, I'm curious what the plans are to allow JR to scale beyond a single server. I've asked this question in the past, but no explanation is ever given.
brian
@brian
11 years ago
10,148 posts
andersda:
Since the cluster server was killed off for JR5, I'm curious what the plans are to allow JR to scale beyond a single server. I've asked this question in the past, but no explanation is ever given.

You can find my response to your same question here in the archive forum:

http://archive.jamroom.net/phpBB2/viewtopic.php?t=42235

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
11 years ago
584 posts
brian:
andersda:
Since the cluster server was killed off for JR5, I'm curious what the plans are to allow JR to scale beyond a single server. I've asked this question in the past, but no explanation is ever given.

You can find my response to your same question here in the archive forum:

http://archive.jamroom.net/phpBB2/viewtopic.php?t=42235

Thanks!

Yes and your last response there was:

"More info on this will come in the future - I'm not able to get into any real details at this time, as it is not supported currently, and things can certainly change. "
brian
@brian
11 years ago
10,148 posts
Sure - but this remains:

brian:
There is no cluster server with JR5 - both servers would be identical, with each handling 1/2 the incoming requests. The load balancer would responsible for distributing the requests to the servers. The JR servers would not communicate with each other.

That will not change.

I have not started on any of it though, as I'm not aware of any Jamroom site that would even come close to needing it. You could easily do millions of requests a day on a single dedicated server with JR5, so until we have a site that is pushing that type of volume we will likely dedicate our resources to features that the majority of our users need.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags