Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 490 Bytes

PHP Database Backup

Only supports MariaDB (Version 10.3.39) and SQlite right now.

Caution

Views are NOT backed up! Only the raw tables (data) are backed up.

Important Note

The backups will LOCK the database when running, halting reads/writes.

User Permissions

MariaDB

  • Data
    • SELECT
  • Structure
    • SHOW VIEW
    • EVENT
    • TRIGGER
  • Administration
    • LOCK TABLES

SQLite

Only requires read access to the SQLite file.