Download the PHP package rvtraveller/qs-db-sanitization without Composer
On this page you can find all versions of the php package rvtraveller/qs-db-sanitization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rvtraveller/qs-db-sanitization
More information about rvtraveller/qs-db-sanitization
Files in rvtraveller/qs-db-sanitization
Download rvtraveller/qs-db-sanitization
More information about rvtraveller/qs-db-sanitization
Files in rvtraveller/qs-db-sanitization
Vendor rvtraveller
Package qs-db-sanitization
Short Description Quicksilver implementation to sanitize a production database when it is rolled back to a prior environment.
License MIT
Package qs-db-sanitization
Short Description Quicksilver implementation to sanitize a production database when it is rolled back to a prior environment.
License MIT
Please rate this library. Is it a good library?
Informations about the package qs-db-sanitization
Sanitize Database
Sanitize a production database when using the Pantheon workflows to clone that database to another environment.
Note that with the current webphp
type operations (currently the only option for Pantheon), your timeout is limited to 120 seconds, so long-running operations should be avoided for now.
Instructions
- Require this Quicksilver module using composer (
composer require rvtraveller/qs-db-sanitization
). - Add a Quicksilver operation to your
pantheon.yml
to fire the script before a clone database, using the example.pantheon.yml file for reference. Note: you must set up your project'scomposer.json
file to move projects of typequicksilver-module
to the appropriate directory in your project. - Test a clone database out!
Optionally, you may want to use the terminus workflows watch
command to get immediate debugging feedback.
Example composer.json file
All versions of qs-db-sanitization with dependencies
PHP Build Version
Package Version
The package rvtraveller/qs-db-sanitization contains the following files
Loading the files please wait ....