david63 / autodbbackup
An extension for phpBB 3.3 that will automatically backup your database using the phpBB 3.3 Cron.
Package info
github.com/henshingly/autodbbackup
Type:phpbb-extension
pkg:composer/david63/autodbbackup
dev-main
2024-02-23 00:00 UTC
Requires
- php: >=7.4
- composer/installers: ~1.0
- phpbb/phpbb: >=3.3
Requires (Dev)
- phpbb/epv: dev-master
This package is auto-updated.
Last update: 2026-02-25 18:35:37 UTC
README
This is the repository for the development of the phpBB Auto Database Backup Extension.
Quick Install
- Download the latest release.
- Unzip the downloaded release, and change the name of the folder to
autodbbackup. - In the
extdirectory of your phpBB board, create a new directory namedpico(if it does not already exist). - Copy the
autodbbackupfolder tophpBB/ext/pico/. - Navigate in the ACP to
Customise -> Manage extensions. - Look for
Auto Database Backupunder the Disabled Extensions list, and click itsEnablelink. - Set up and configure
Auto Database Backupby navigating in the ACP toMaintenance->Database->Auto backup settings.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions. - Look for
Auto Database Backupunder the Enabled Extensions list, and click itsDisablelink. - To permanently uninstall, click
Delete Dataand then delete the/ext/pico/autodbbackupfolder.