david63 / autodbbackup
An extension for phpBB 3.3 that will automatically backup your database using the phpBB 3.3 Cron.
Fund package maintenance!
rmcgirr83
Buy Me A Coffee
www.paypal.com/paypalme/rmcgirr83
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
Type:phpbb-extension
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: 2025-03-25 16:52:19 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
ext
directory of your phpBB board, create a new directory namedpico
(if it does not already exist). - Copy the
autodbbackup
folder tophpBB/ext/pico/
. - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Auto Database Backup
under the Disabled Extensions list, and click itsEnable
link. - Set up and configure
Auto Database Backup
by navigating in the ACP toMaintenance
->Database
->Auto backup settings
.
Uninstall
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Auto Database Backup
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/pico/autodbbackup
folder.