Kaynağa Gözat

Restore webmail database

Bob Mottram 10 yıl önce
ebeveyn
işleme
86bea36678
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7
    0
      beaglebone.txt

+ 7
- 0
beaglebone.txt Dosyayı Görüntüle

7291
 mysql -u root -p friendica -o < /var/backups/friendica_daily.sql
7291
 mysql -u root -p friendica -o < /var/backups/friendica_daily.sql
7292
 #+END_SRC
7292
 #+END_SRC
7293
 
7293
 
7294
+To restore the webmail database:
7295
+
7296
+#+BEGIN_SRC: bash
7297
+mysql -u root -p roundcubemail -o < /var/backups/roundcubemail_daily.sql
7298
+#+END_SRC
7299
+
7294
 To restore yesterday's Red Matrix backup:
7300
 To restore yesterday's Red Matrix backup:
7295
 
7301
 
7296
 #+BEGIN_SRC: bash
7302
 #+BEGIN_SRC: bash
7332
 GRANT ALL PRIVILEGES ON roundcubemail.* TO 'roundcube'@'localhost';
7338
 GRANT ALL PRIVILEGES ON roundcubemail.* TO 'roundcube'@'localhost';
7333
 quit
7339
 quit
7334
 mysql -u root -p friendica -o < /var/backups/friendica_daily.sql
7340
 mysql -u root -p friendica -o < /var/backups/friendica_daily.sql
7341
+mysql -u root -p roundcubemail -o < /var/backups/roundcubemail_daily.sql
7335
 #+END_SRC
7342
 #+END_SRC
7336
 
7343
 
7337
 And if you previously had Red Matrix installed:
7344
 And if you previously had Red Matrix installed: