Skip to content

Helper repo to share scrubbed database dump of D6 drupal.cz.

Notifications You must be signed in to change notification settings

Drupalcz/drupalcz_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drupal.cz Database

Helper repo to share scrubbed database dump of D6 drupal.cz.

  • DB must be always scrubbed by using tools
  • Commit messages must contain SHA1 ref to the version of scrub.sql used to scrub DB.
  • Commit messages must contain database snapshot date.

Contents

  • dcz_scrubbed.sql - Fullsize DB without caches and sensitive data replaced with placeholders.
  • dcz_scrubbed_slim.sql - Light weight version of DB for quicker testing. Sensitive data replaced with placeholders.

Tools

  • scripts/ - Scripts to cleanup database dumps.
    • scrub.sql - script to strip sensitive data from D6 production database.
    • slim.sql - script to make scrubbed database smaller so we can run tests quicker.
  • Source database to run these scripts on is private. Doh.
  • dcz_scrubbed.sql uses scrub.sql
  • dcz_scrubbed_slim.sql uses scrub.sql and slim.sql

About

Helper repo to share scrubbed database dump of D6 drupal.cz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages