DB type considerations

What are the consideration pro/con using any of the DB engines (types)
available? MySQL, Postgresql, Sqlite?

Thanks!
Etzion

> What are the consideration pro/con using any of the DB engines (types)
> available? MySQL, Postgresql, Sqlite?
>
SQLite is not useful for any production real usage, as it suffers from file
based locking.

both mysql/pg are great products, and you can probably pick the one you
feel more comfortable with, we decided to ship pg by default.

Ohad

··· On Sat, Feb 15, 2014 at 6:06 PM, Etzion Bar-Noy wrote:

Thanks!
Etzion


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks. I will modify my installation accordingly.

Etzion

··· On Saturday, 15 February 2014 21:44:56 UTC+2, ohad wrote: > > > > > On Sat, Feb 15, 2014 at 6:06 PM, Etzion Bar-Noy <etz...@barnoy.co.il > > wrote: > >> What are the consideration pro/con using any of the DB engines (types) >> available? MySQL, Postgresql, Sqlite? >> > SQLite is not useful for any production real usage, as it suffers from > file based locking. > > both mysql/pg are great products, and you can probably pick the one you > feel more comfortable with, we decided to ship pg by default. > > Ohad > >> >> Thanks! >> Etzion >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Foreman users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to foreman-user...@googlegroups.com . >> To post to this group, send email to forema...@googlegroups.com >> . >> Visit this group at http://groups.google.com/group/foreman-users. >> For more options, visit https://groups.google.com/groups/opt_out. >> > >