Hi all. I'm trying to use db:data:load, but I'm running into some problems. I've searched through the archives, but can't quite find a solution. Here's the error, thanks for any suggestions.
-Jeff >> db:data:load --trace rake aborted! PGError: ERROR: current transaction is aborted, commands ignored until end of transaction block : DELETE FROM schema_migrations /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_adapters/abstract_adapter.rb:151:in `log' /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_adapters/postgresql_adapter.rb:407:in `execute' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:145:in `truncate_table' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:151:in `load_table' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:135:in `load' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:133:in `each' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:133:in `load' /usr/lib/ruby/1.8/yaml.rb:217:in `call' /usr/lib/ruby/1.8/yaml.rb:217:in `load_documents' /usr/lib/ruby/1.8/yaml.rb:217:in `each_document' /usr/lib/ruby/1.8/yaml.rb:232:in `load_documents' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:132:in `load' /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/ connection_adapters/abstract/database_statements.rb:66:in `transaction' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:131:in `load' /mnt/home/userapps/20985/vendor/plugins/yaml_db/lib/yaml_db.rb:15:in `load' /mnt/home/userapps/20985/vendor/plugins/yaml_db/tasks/ yaml_db_tasks.rake:20 /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain' /usr/lib/ruby/1.8/thread.rb:135:in `synchronize' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run' /usr/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31 /usr/bin/rake:19:in `load' /usr/bin/rake:19 (in /mnt/home/userapps/20985) ** Invoke db:data:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:data:load --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
