geerlingguy / jeffgeerling-com

Drupal Codebase for JeffGeerling.com
https://www.jeffgeerling.com
GNU General Public License v2.0
38 stars 2 forks source link

Add db dump for contrib features #155

Open bmartinez287 opened 9 months ago

bmartinez287 commented 9 months ago

The README has Syncing the Database from Production which is pretty important for any contributed features.

This feature could be one of those. https://github.com/geerlingguy/jeffgeerling-com/issues/148 However, that does require some sample data. Even if is a truncated db.

bmartinez287 commented 9 months ago

The db dumb could be in a folder on the repo like other projects have done such as the Florida Drupal camp that added it to support Drupalpod.

geerlingguy commented 9 months ago

Another option is using something like Default Content Deploy to have a default set of content for testing. I would rather keep the full database private as there are some things here or there which could be a security risk to leak, and sanitizing databases is difficult :(