[TYPO3-dev] Postgres databse schema
Michiel Roos
michiel at netcreators.com
Tue Oct 10 10:01:53 CEST 2006
Owk,
A clean install (created but empty db) works fine through the install tool.
This is what I had in my localconf.php:
$TYPO3_CONF_VARS['EXT']['extList'] = 'css_styled_content,adodb';
$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] = array (
'_DEFAULT' => array (
'type' => 'adodb',
'config' => array(
'driver'=>'postgres',
'port'=>'5432',
)
),
);
After creation the install tool wanks on about a loooong list of these kind
of messages:
ALTER TABLE be_groups CHANGE uid uid int(11) unsigned NOT NULL
auto_increment;
Current value: bigint(8) default ''
But these are safe to ignore.
Now to get tt_news running front and back.
Cheers,
Michiel
More information about the TYPO3-dev
mailing list