Skip to content
forked from t3kit/t3kit_db

t3kit default database with example content elements

Notifications You must be signed in to change notification settings

manmath/t3kit_db

 
 

Repository files navigation

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

About

t3kit default database with example content elements

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%