YahooArchive / daytona

An application-agnostic framework for automated performance testing and analysis.
Apache License 2.0
81 stars 19 forks source link

Utility for database migration from v2.0.0 to v2.1.0 #20

Closed deepeshmittal closed 7 years ago

deepeshmittal commented 7 years ago

Copy util/db-migrate folder in daytona install directory and run script data-migrate.sh. This script will fetch table data as per new database schema, then remove old schema, load new schema and then dump exported database values into this new schema...