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

Xavier Perseguers typo3 at perseguers.ch
Fri Nov 14 09:27:53 CET 2008


Hi,

>> 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.

I did not find them last time (don't know why), but it seems I may be 
able to create initial structure with the execution of a merge of

# cd /path/to/typo3_src-4.2.3
# find . -name *.sql
./misc/example_MM_relationTables.sql
./typo3/sysext/sys_note/ext_tables.sql
./typo3/sysext/rtehtmlarea/ext_tables.sql
./typo3/sysext/dbal/ext_tables.sql
./typo3/sysext/sys_action/ext_tables.sql
./typo3/sysext/cms/ext_tables_static+adt.sql
./typo3/sysext/cms/ext_tables.sql
./typo3/sysext/felogin/ext_tables.sql
./typo3/sysext/indexed_search/ext_tables.sql
./typo3/sysext/impexp/ext_tables.sql
./typo3/sysext/tsconfig_help/ext_tables_static+adt.sql
./typo3/sysext/tsconfig_help/ext_tables.sql
./typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.clob.sql
./typo3/sysext/adodb/adodb/session/adodb-sessions.oracle.sql
./typo3/sysext/adodb/adodb/session/adodb-sessions.mysql.sql
./t3lib/stddb/tables.sql

Well, not those from Oracle of course.

I'll refine my script then :-)

>> ... 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.

But this forces me to do something manually which I know how to do but 
do not want to do...

Anyway, I think I have enough to enhance my install script. I may 
eventually be disclosed to let others benefit from this experience.


-- 
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html




More information about the TYPO3-dev mailing list