17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1192 Views |
-
How advanced is to use Postgres with SilverStripe?

22 January 2008 at 3:20am Last edited: 22 January 2008 3:20am
Hi all:
I would like to use Postgres like data store with SilverStripe.
I read in this topic that
SilverStripe uses MySQL to store most of its data. It says also that Summer of Code guys is working on Postgres and MS SQL server usage , via the PDO database abstraction layer.
How advanced is this? Can i use now Postgres?If yes, how? If not, is there any roadmap for this?Thanks in advance.
-
Re: How advanced is to use Postgres with SilverStripe?

24 January 2008 at 1:43am
Hi all:
Nobody knows the answer? Or nobody is interested in using Postgres?
I try to change the install.php with this configuration as i can read here. The code now is:
$databaseConfig = array(
"pdo" => "true",
"type" => "pgsql",
"server" => "localhost",
"username" => "sss",
"password" => "yyy",
"database" => "SS_mysite",
);but it does not work.The "SilverStripe CMS Installation" says that "These database details don't appear to be correct".
Anybody can help me?
-
Re: How advanced is to use Postgres with SilverStripe?

24 January 2008 at 1:56pm
Posgres support is currently still being developed, we are aiming to have Posgres supported by April / May this year.
-
Re: How advanced is to use Postgres with SilverStripe?

27 January 2008 at 2:22am
Thank you for your answer Tim.
| 1192 Views | ||
|
Page:
1
|
Go to Top |


