]> git.mxchange.org Git - friendica.git/commitdiff
added a short note about backups to the INSTALL files
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 28 Jun 2017 13:10:57 +0000 (15:10 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 28 Jun 2017 13:10:57 +0000 (15:10 +0200)
INSTALL.txt
doc/Install.md
doc/de/Install.md

index c42c08971670c59a2c4e39b1120f34e814bea419..1cab3412e2722922e9d7b8550ba4a199a6670f52 100644 (file)
@@ -140,7 +140,17 @@ $a->config['system']['addon'] = 'js_upload,poormancron';
 
 and save your changes.
 
-9. (Optional) Reverse-proxying and HTTPS
+9. (Optional) Set up a backup plan
+
+Bad things will happen. Be them a hardware failure, a currupted database
+or whatever you can think of. So once the installation of your Friendica
+node is done, you should make yoursef a backup plan.
+
+The most important file is the `.htconfig.php` file in the base directory.
+As it stores all your data, you should also have a recent dump of your
+Friendica database at hand, should you have to recover your node.
+
+10. (Optional) Reverse-proxying and HTTPS
 
 Friendica looks for some well-known HTTP headers indicating a reverse-proxy
 terminating an HTTPS connection. While the standard from RFC 7239 specifies
index 53df55be067c8535291119d110e910f5608cb800..257d6277859f2e548043cdba6b522bed97c1d144 100644 (file)
@@ -144,3 +144,11 @@ The addon tree has to be updated separately like so:
 
     cd mywebsite/addon
     git pull
+
+###Set up a backup plan
+Bad things will happen.
+Be them a hardware failure, a currupted database or whatever you can think of.
+So once the installation of your Friendica node is done, you should make yoursef a backup plan.
+
+The most important file is the `.htconfig.php` file in the base directory.
+As it stores all your data, you should also have a recent dump of your Friendica database at hand, should you have to recover your node.
index db8fb965d415518a6e492d018c09f0dd73626ae1..7c0b87fbb7f7a3b2539a47a6bc9796fbe7fb57ac 100644 (file)
@@ -108,3 +108,11 @@ Du kannst auch weitere Addons/Plugins ergänzen. Ändere den Eintrag folgenderma
 `$a->config['system']['addon'] = 'js_upload,poormancron';`
 
 und speichere deine Änderungen.
+
+###Erstelle einen Backup Plan
+Es werden schlimme Dinge geschehen.
+Sei es nun ein Hardwareversage oder eine korrumpierte Datenbank.
+Deshalb solltest du dir nachdem die Installation deines Friendica Knotens abgeschlossen ist einen Backup Plan erstellen.
+
+Die wichtigste Datei ist die `.htconfig.php` im Stammverzeichnis deiner Friendica Installation.
+Und da alle Daten in der Datenbank gespeichert werden, solltest du einen nicht all zu alten Dump der Friendica Datenbank zur Hand haben, solltest du deinen Knoten wieder herstellen müssen.