Download the PHP package acpl/flarum-db-snapshots without Composer
On this page you can find all versions of the php package acpl/flarum-db-snapshots. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download acpl/flarum-db-snapshots
More information about acpl/flarum-db-snapshots
Files in acpl/flarum-db-snapshots
Download acpl/flarum-db-snapshots
More information about acpl/flarum-db-snapshots
Files in acpl/flarum-db-snapshots
Vendor acpl
Package flarum-db-snapshots
Short Description Create and restore database snapshots for Flarum via CLI
License MIT
Homepage https://github.com/android-com-pl/flarum-db-snapshots
Package flarum-db-snapshots
Short Description Create and restore database snapshots for Flarum via CLI
License MIT
Homepage https://github.com/android-com-pl/flarum-db-snapshots
Please rate this library. Is it a good library?
Informations about the package flarum-db-snapshots
Flarum Database Snapshots
This extension provides commands to quickly create and restore database snapshots for Flarum.
Installation
Create Snapshot
Create a database snapshot using the snapshot:create command.
Basic usage:
Options for Creation
--compress: Compression type (gzorbz2).--include-tables=table1,table2: Include only specific tables in the snapshot.--exclude-tables=table1,table2: Exclude specific tables from the snapshot.--skip-structure: Skip table structure and do not includeCREATE TABLEstatements.--no-data: Dump schema only, without row data.--skip-auto-increment: SkipAUTO_INCREMENTvalues.--no-column-statistics: Disable column statistics.--binary-path=/path/to/binary: Custom path to themysqldumpbinary.
Most standard mysqldump options are also supported, such as --single-transaction, --quick, and --lock-tables. See the mysqldump documentation for details.
Load Snapshot
Restore a database from an existing snapshot using the snapshot:load command.
Basic usage:
Options for Loading
--drop-tables: Drop all existing tables before loading the snapshot. Useful when restoring a full backup into an existing database to avoid conflicts.--force,-f: Bypass the confirmation prompt when using--drop-tables.--binary-path=/path/to/binary: Custom path to themysqlbinary.
Requirements
mysqlandmysqldumpbinariesgzipfor.gzsnapshotsbzip2for.bz2snapshots
Links
All versions of flarum-db-snapshots with dependencies
PHP Build Version
Package Version
The package acpl/flarum-db-snapshots contains the following files
Loading the files please wait ...