Just to make the t3kit TYPO3 database available for other projects.
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.
Run
create_new_beusers_sql.sh
from inside the vagrant vm or docker container before running pack.db
Run
restoredb.sh
from inside the vagrant vm or docker container to restore database