[TYPO3-dev] What I miss in TYPO3 => goal for 4.3?

Steffen Kamper info at sk-typo3.de
Fri Nov 14 09:19:56 CET 2008


Hi,

Xavier Perseguers schrieb:
> Hi Steffen,
> 
>>> - Creation of backend users from external script => API to do this 
>>> without having to actually instantiate the whole BE stuff
>>>
>>
>> INSERT INTO be_users ...
> 
> OK but I need a valid database structure first and...
> 

there is another possibility to prepare it: using a 
ext_tables_static+adt.sql where the initial data is in.

>>> - API to update the DB from script => would allow scripts to create 
>>> the initial structure
>>>
>>
>> mysqldump
> 
> ... this forces me to install a blank website somewhere to get the 
> initial database structure that I may mysqldump-ize and then replay it 
> against my new database. Your solution works but I don't like it. I want 
> to be able to "say OK" to the result of the database analyzer / compare 
> from the Install tool but called from the command line. I do not want to 
> have to redump the "blank" DB each time a new version of TYPO3 is out. 
> Moreover if I find a way to preinstall a few extensions, I want their 
> configuration to be included too in the initial DB configuration.
> 

same as above - use ext_tables_static+adt.sql, insert all you need for 
preconfiguration.
Use installer to import all.

vg Steffen




More information about the TYPO3-dev mailing list