t3kit/db

t3kit database

2.10.2 2019-05-21 13:26 UTC

This package is auto-updated.

Last update: 2024-03-22 00:39:22 UTC


README

Database for t3kit v8

Default database t3kit8.sql for t3kit v8 with configuration, page tree and examples of content elements. Also, it includes scripts to operate with DB (setup, restore, pack)

CHANGELOG

CONTRIBUTING

t3kit database manipulation scripts:

  • To sutup t3kit database - setupdb.sh
  • To update database dump - packdb.sh
  • To update be_users table - pack_beusers.sh
  • To restore database - restoredb.sh

Also, these scripts could be used with t3kit Docker

t3kit_db for t3kit v7 on branch t3kit7

Previous version of t3kit_db for t3kit v7 you can find on branch t3kit7, or you can use git tags to chose needed version:

git checkout 0.0.6
or
git checkout 0.5.1