Database Operations
Backup
The database learning-with-texts will be exported to a gzipped SQL file.
Keep your backup safe
- You can restore this backup using the Restore function below
- The Official LWT Backup doesn't include news_feeds, saved text positions, or settings
- Large backup files may not be restorable (see upload limits below)
Restore
The database learning-with-texts will be replaced by the data in the specified backup file (gzipped or normal SQL file).
Upload Limits
Large backup files may fail to restore due to PHP limits:
post_max_size = 8M /
upload_max_filesize = 2M
If needed, increase these values in
/usr/local/etc/php/php.ini and restart your server.
Security Note
Backup files are validated before restore. Only standard LWT backup SQL statements (DROP TABLE, CREATE TABLE, INSERT INTO) for known tables are allowed.
Restoring database...
This may take a while. Please don't close this page.
Install Demo Database
The database learning-with-texts will be replaced by the LWT demo database.
The demo includes sample texts and vocabulary in multiple languages to help you explore LWT's features.
Empty Database
Delete the contents of all tables (except Settings) in database learning-with-texts .
Warning: This action cannot be undone!
All your texts, vocabulary, and learning progress will be permanently deleted.
Emptying database...