Skip to content

[NEW] Add progress bar support during Tiki database installation

Yves Kipondo requested to merge yvesdaxmaz/tiki:master into master

This is related to the need to provide Tiki with a progress bar during the database installation process.

I separate the installation process in two steps :

  1. The first step concerns the process which creates all Tiki tables in the database, During this step the progress bar is updated related to the creation state until all tables are created.

  2. The second step concerns all other stuff related to the database

  • The process which creates indexes for each table created
  • The process which builds Tiki patch
  • And The last one, the process which executes all database scripts
Edited by luci

Merge request reports