有没有更快的方法将我的生产数据库转移到测试应用程序?
目前我正在使用heroku db:pull我的本地机器,heroku db:push --app testapp但这变得非常耗时.我有一些种子数据,但它不如仅仅使用我的真实数据进行测试那么准确.既然它们都存储在相邻的AWS云中,那么必须有更快的方式来移动数据?
我想过使用heroku包,但是我注意到animate命令已经消失了?
bundles:animate <bundle> # animate a bundle into a new app
Run Code Online (Sandbox Code Playgroud)