/t3kit_db

t3kit default database with example content elements

Primary LanguageShell

t3kit_db

Release

Just to make the t3kit TYPO3 database available for other projects.

To update database dump

Run

packdb.sh

from inside the vagrant vm or docker container to generate dump. It will dump the database to a file, parameters are specified in the script. It will clear be_users and som other tables from the dump. It will merge the be_users.sql into the dump to create only be_users from this dump. Currently admin - admin1234 and cli_scheduler. Commit and push from local filesystem.

To update be_users table

Run

create_new_beusers_sql.sh

from inside the vagrant vm or docker container before running pack.db

To restore database

Run

restoredb.sh

from inside the vagrant vm or docker container to restore database