meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
backups [2025/01/26 10:03] – [Database] indent old wrongechobackups [2026/08/18 07:26] (current) wrongecho
Line 5: Line 5:
 Summary: Summary:
  
-**1. You should regularly back up up the __entire Virtual machine__ running ITFlow.**+**1. You should regularly back up the __entire Virtual machine__ running ITFlow.**
   * The terminology for this may differ depending on your virtualization platform, but essentially you want an image/snapshot of the entire VM.    * The terminology for this may differ depending on your virtualization platform, but essentially you want an image/snapshot of the entire VM. 
   * This allows you to easily capture & restore the files & database.    * This allows you to easily capture & restore the files & database. 
Line 33: Line 33:
   * Each database update will change the schema - restoring an older backup may fail or not work as intended as fields will have been added/removed   * Each database update will change the schema - restoring an older backup may fail or not work as intended as fields will have been added/removed
   * It is essential that you back up the database regularly, and **perform an on-demand backup before and after performing updates**.   * It is essential that you back up the database regularly, and **perform an on-demand backup before and after performing updates**.
-    * You can take one-off database backups at ''/admin_backup.php'' - note these must be restored via the command line/phpMyAdmin - __currently there is no built-in restore utility__. +    * You can take one-off database backups at ''/admin/backup.php'' - note these must be restored via the command line/phpMyAdmin.
-      * **NOTE:** Older installations may reference ''/settings_backup.php'' to take one-off database backups.+
     * Recommended: You can automate backups using the mysqldump / mariadb-dump command     * Recommended: You can automate backups using the mysqldump / mariadb-dump command