Fix Seafile MySQL dump authentication by using root user
Some checks failed
Deploy Borgmatic Configuration / Deploy to Production Server (push) Has been cancelled
Some checks failed
Deploy Borgmatic Configuration / Deploy to Production Server (push) Has been cancelled
Update the Seafile MySQL dump hook to use the root user by default instead of seafile user, which resolves authentication issues. Add SEAFILE_MYSQL_USER environment variable for user customization. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -41,8 +41,12 @@ UPTIME_KUMA_PUSH_URL=http://uptime-kuma:3001/api/push/YOUR_KEY_HERE
|
||||
# BASES DE DONNÉES
|
||||
# ============================================
|
||||
|
||||
# Mot de passe MySQL pour Seafile
|
||||
SEAFILE_DB_PASSWORD=your-seafile-mysql-password
|
||||
# Mot de passe MySQL pour Seafile (généralement MYSQL_ROOT_PASSWORD)
|
||||
SEAFILE_DB_PASSWORD=your-seafile-mysql-root-password
|
||||
|
||||
# Utilisateur MySQL pour les dumps (par défaut: root)
|
||||
# Décommenter et modifier si vous utilisez un autre utilisateur
|
||||
# SEAFILE_MYSQL_USER=seafile
|
||||
|
||||
# ============================================
|
||||
# OPTIONS AVANCÉES
|
||||
|
||||
Reference in New Issue
Block a user