Re: [Dev] What is the recommended database server for local databases of a deployment environment?

2015-07-28 Thread Lakshani Gamage
Thanks for the quick feedback. On Tue, Jul 28, 2015 at 12:58 PM, Isuru Perera wrote: > Hi, > > It's recommended to use H2 as the local repository. However we recommend > other databases for config and governance repositories. > > On Tue, Jul 28, 2015 at 12:55 PM, Shashika Karunatilaka < > shashi

Re: [Dev] What is the recommended database server for local databases of a deployment environment?

2015-07-28 Thread Isuru Perera
Hi, It's recommended to use H2 as the local repository. However we recommend other databases for config and governance repositories. On Tue, Jul 28, 2015 at 12:55 PM, Shashika Karunatilaka < shashikabo...@gmail.com> wrote: > Hi Lakshani, > > AFAIK its ok to use H2 as local. According to the docu

Re: [Dev] What is the recommended database server for local databases of a deployment environment?

2015-07-28 Thread Nuwan Silva
When setting up QA environment we use the default H2 for the local carbon db. Regards, NuwanS. On Tue, Jul 28, 2015 at 12:55 PM, Shashika Karunatilaka < shashikabo...@gmail.com> wrote: > Hi Lakshani, > > AFAIK its ok to use H2 as local. According to the documentation it > says([1]) to use indust

Re: [Dev] What is the recommended database server for local databases of a deployment environment?

2015-07-28 Thread Shashika Karunatilaka
Hi Lakshani, AFAIK its ok to use H2 as local. According to the documentation it says([1]) to use industry-standard RDBMS such as Oracle, PostgreSQL, MySQL, MS SQL, etc [1] https://docs.wso2.com/display/CLUSTER420/Setting+up+the+Database Thank you. On Tue, Jul 28, 2015 at 3:02 PM, Lakshani Gamag

[Dev] What is the recommended database server for local databases of a deployment environment?

2015-07-28 Thread Lakshani Gamage
Hi all, I have to setup APPM internal deployment. In one slice(VM) there are one gateway, one IDP, one publisher and one store. There are two or more slices with above components. In the deployment environment, UM_DB, REG_DB and AM_DB are used as shared MYSQL databases. Upto now, I used H2 for lo