Project

General

Profile

Actions

Support #2133

open

prod2dev feature should be able to downgrade dev schema to be able to import production data

Added by Romain Vrignaud over 12 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
DB migrations
Target version:
-
Triaged:
Fixed in Releases:
Found in Releases:

Description

My use case is this one :
I have a production db with a fixed schema. When I evaluate the master branch in
a development environment I want to be able to import data easily from production.
For now I do it by hand :
  • drop dev db
  • create a new one
  • dump prod db
  • insert it in dev db

If prod2dev task would be able to support that dev schema is not the same as prod's one it would
make (my) one's life much more easier !

Actions

Also available in: Atom PDF