Back up your MediaWiki: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 September 2024

  • curprev 13:4013:40, 20 September 2024Manetta talk contribs 3,652 bytes +3,652 Created page with "==Make a "backup" folder in your homefolder on the server== $ mkdir ~/backup ==Collect the different things to backup== ===database=== make a copy of the database in MySQL save it to a file, for example: "backup.sql" to "dump" a database, you can run: $ mysql -u DBUSERNAME -p DBPASS DATABASE_NAME * ~/backup/backup.sql $ mysql -u tisaneza -p DBPASS tisabase * ~/backup/backup.sql (You can find these details in your LocalSettings.php, for Tisa it looks like thi..."