⚠️ Warning: Booked Scheduler is no longer maintained. Configuration changes should be carefully tested in isolated environments.
Edit config/config.php with your settings:
<?php
$CONFIG['script.url'] = 'https://booked.example.com/Web/';
$CONFIG['database.type'] = 'mysql';
$CONFIG['database.user'] = 'booked';
$CONFIG['database.password'] = 'replace-with-strong-password';
$CONFIG['database.host'] = 'localhost';
$CONFIG['database.name'] = 'booked';
Back up the database and configuration files regularly. Test restore procedures before relying on backups.
# Database backup
mysqldump -u booked -p booked > booked-backup-$(date +%Y%m%d).sql
# Configuration backup
cp config/config.php booked-config-backup-$(date +%Y%m%d).php
⚠️ Note: Given the discontinued status, consider migrating to LibreBooking for ongoing support and security updates.
Any questions?
Feel free to contact us. Find all contact information on our contact page.