Tagged Questions
The dbmigrate tag has no wiki summary.
4
votes
3answers
534 views
Database Change Management - Setup for Initial Create Scripts, Subsequent Migration Scripts
I've got a database change management workflow in place. It's based on SQL scripts (so, it's not a managed code-based solution).
The basic setup looks like this:
Initial/
Generate Initial ...
4
votes
3answers
1k views
Rails: rake db:migrate *very* slow on Oracle
I'm using rails with the oracleenhanced adaptor to create a new interface for a legacy application.
Database migrations work successfully, but take an incredibly long amount of time before rake ...
3
votes
2answers
153 views
heroku rake db:migrate failing - how to diagnose/fix?
heroku rake db:migrate --trace --app app-name
! Internal server error
This was working fine before.
How to diagnose this?
rake db:migrate works fine on my local db. There is no entry in the ...
2
votes
2answers
83 views
How can I tell what changes 'rake db:migrate' will apply before applying them?
The command rake db:migrate will apply all relevant new migrations to a database and will list in the output the migrations that were applied.
I'd like to know in advance what migrations will be ...
2
votes
2answers
635 views
Unable to run rake db:migrate
I new to rails,
i've done all steps from this tutorial http://pragmaticstudio.com/blog/2010/9/23/install-rails-ruby-mac on my ubuntu 11.04 but i'm unable to run rake db:migrate.
It gives to this ...
2
votes
4answers
114 views
How do you rake a Heroku database?
I have an application on Heroku. However, whenever I change my database locally and then push the changes to the application, the database doesn't not change.
I realized that I need to run a rake on ...
2
votes
2answers
1k views
Heroku rake error
When I run rake db:migrate on Heroku, I get an error. I have no problems running it locally.
This works fine:
C:\unaton>rake db:migrate
But when I use
C:\unaton>heroku rake db:migrate
...
2
votes
3answers
119 views
SQL Server: pushing development to production?
I'm currently using SQL Server Management Studio.
I have a development database, and access to a live database.
I just want to able to migrate my development tables to the live server.
I'm ...
1
vote
1answer
48 views
Ancestry db:migrate
I am trying to install the Ancestry gem but I am having problems with rake db:migrate.
I am following the instructions on the Ancestry github page. After I have done rails g migration ...
1
vote
1answer
124 views
rake db:miagrate aborted abnormal: rake aborted! uninitialized constant Rake::DSL
Anyone could help me?
I searched the same problem, but I can't figure out a solution still.
I ran successfully with "bundle update" "bundle install" but when running "rake db:migrate" I got the ...
1
vote
1answer
217 views
heroku rake db:migrate not working
I am getting this error when running heroku rake db:migrate:
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.)
...
1
vote
2answers
103 views
Ruby on Rails 3 Tutorial: Chapter 2 Section 2.2.1 A User Tour
I am new to Ruby on Rails and am working through this tutorial book. I am on Windows Vista and using Cygwin. Here are the versions of the software that I am running:
Ruby version 1.9.2 ...
1
vote
3answers
129 views
Web service for custom queries in C#
We are migrating from an ASP.NET/SQL server setup to a rails/mysql setup. Because of this, I need to transfer the data out of my SQL Server database, but I can't directly move it from SQL Server to ...
1
vote
1answer
175 views
Heroku rake db:migrate returns (in /app) - [Solved]
I've push my app to Heroku however my database(Sqlite3) fails to migrate. I understand that heroku will automatically migrate as a PG. [ I don't have PG install].
I figured if something was wrong, I ...
1
vote
2answers
471 views
Undefined method 'task' using rake 0.9.0 AND 0.8.3
while attempting to run rake, I run into the following error:
heroku rake db:migrate
rake aborted!
...and the trace:
> undefined method `task' for #
> ...
1
vote
2answers
355 views
Ruby nubie on OSX - can't get beyond rake db:migrate - get [BUG] Bus Error
Original problem:
I'm (a newbie to ruby) using RVM to manage my ruby on Mac OSX 10.6
Here's my mac OX info:
$ rvm info
ruby-1.9.2-head@1.9.2-head-gemset:
system:
uname: "Darwin ...
1
vote
1answer
519 views
rake db:migrate returns “rake: Is a directory”?
I've been searching for the answer to this question for a week, but haven't found one. I'm running Mac OS 10.5.8 if that's relevant.
I'm trying to do the Peepcode tutorial "Meet Rails 3" but when I ...
1
vote
3answers
486 views
Export oracle database to another server
How can i migrate oracle database from one server to another along with data?
Database is on Window server and i need to copy it to another window server. Nothing complex :)
1
vote
1answer
361 views
Ruby on Rails Error in rake db:migrate syntax error, unexpected $end, expecting '}'
I get this error when I run rake db:migrate
*db/migrate//004_add_data_to_measurement_type_and_measurement_unit.rb:3: invalid multibyte char (US-ASCII)
...
1
vote
1answer
987 views
when use rake db:migrate, how to rollback just one step
hey guys
I'm new to rails
After adding migration files in the db/migrate folder, I want get back to the certain step, I think the VERSION=n is the right way to do that, but I don't know the current ...
1
vote
4answers
557 views
Rails: I update migratation file then run db:migrate, but my schema isn't updating
Im trying to add an extra field to one of my tables.
Ive added the field in the migration file (under db\migrate)
then ran 'rake db:migrate' which ran without troubles and my text editor even told me ...
0
votes
0answers
19 views
db:migrate hangs on simple migration
I am using PostgreSQL, Rails 3.1.3 and Ruby 1.9.3. I am struggling to use db:migrate as outlined here.
This is what I am seeing in the terminal:
funkdified@funkdified-laptop:~/railsprojects/hartl$ ...
0
votes
2answers
53 views
How do you skip failed migrations? (rake db:migrate)
I can't seem to find an option or anything that allows me to skip migrations.
I know what you're thinking: "you should never have to do that..."
I need to skip a migration that makes changes to ...
0
votes
1answer
44 views
After heroku run rake db:migrate (cedar stack) - migration not happening
I'm trying to run heroku run rake db:migrate, but I get the following:
Running rake db:migrate attached to terminal... up, run.7
And that's it - Migration is not happening!
Although I have set ...
0
votes
1answer
43 views
Why might “rake db:migrate” and “rake db:rollback” not roll back more than one migration at a time?
I'm getting some unexpected behaviour with rake db:migrate and rake db:rollback. Am hoping someone might be able to shed some light for me.
I made a mess of my migrations by adding a conflicting one ...
0
votes
1answer
124 views
Rails 3 rake db:migrate fails with a 'rake aborted! can't convert SQLite3::Statement into Array'
I was working through Ruby on Rails 3 tutorial when I experienced an error while trying to migrate my db. The 'can't convert SQLite3::Statement into Array' error appears even if I do a db:drop before ...
0
votes
3answers
51 views
How do I handle auto incrementing primary keys during migration
create table foo (id auto increment primary key, name varchar(255))
I wrote a simple rails migration script which creates a new record on self.up and drops it on self.drop with delete(:id => 1). ...
0
votes
2answers
106 views
Cannot running 'rake db:migrate' on a cloned github repo
Since I am new to rails and have learned the very basics from books I now figured that I can learn quite a bit more from reading other peoples code and trying to make sense of it so I have signed up ...
0
votes
1answer
31 views
rake db migration issues
Some questions on db migration tasks (rake db:migrate)
Does it make sense to rename the file names, if there is a spelling mistake.
(e.g. CreaetFoos.rb to CreateFoos.rb)
I created a migration script ...
0
votes
1answer
181 views
Heroku rake db:migrate fails, undefined method in uninstalled gem
I am trying to get my application on Heroku, but when I run heroku rake db:migrate I get the following errors. It seems like the event_calendar gem is causing the problem, but the thing is, I've ...
0
votes
0answers
118 views
heroku rake db:migrate test-unit
Problem with heroku rake db:migrate
*** LOCAL GEMS ***
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.12, 2.3.5)
activeresource (2.3.5)
activesupport (2.3.12, 2.3.5)
...
0
votes
0answers
147 views
heroku rake db:migrate , test unit 1.2.3, hoe
i tried rake db:migrate and got the below error...
heroku rake db:migrate
(in /app)
rake aborted!
Could not find RubyGem test-unit (= 1.2.3)
/usr/ruby1.9.2/lib/ruby/1.9.1/rubygems.rb:762:in ...
0
votes
1answer
212 views
heroku rake db:migrate, rake aborted! undefined method 'task'
When i run:
heroku rake db:migrate,
I get this error message:
rake aborted!
undefined method 'task' for #<'Myapp::Application:0x7f07c011f4f8>
I'm running rake 0.8.7 and have uninstalled ...
0
votes
2answers
302 views
Error running a Ruby on Rails database migration
I am installing the devise gem for authentication in a Ruby on Rails application and I ran the database migration like this:
rake db:migrate
and got this error:
undefined method `reference' for ...
0
votes
0answers
180 views
Rails db:migrate error — SQLite3::SqlException: near “[”INSERT“]”
Its friday afternoon and my head is going sideways.
Im running a db:migrate in a rails project. Rails 2.3.11, ruby 1.9.2-p180 but am getting a syntax error. Oh the gem hairtrigger is being used for ...
0
votes
1answer
196 views
Ruby on Rails 3 simple-navigation could not find in any of the sources
I've be using simple-navigation and it's working fine. I've just tried to do a database migration using:
rake db:migrate
and get the error:
test me$ rake db:migrate
(in /Users/me/test)
Could not ...
0
votes
1answer
293 views
How to change active record column type from boolean to integer without db:migrate?
I have a model like this:
create_table :settings do |t|
t.integer :user_id
t.boolean :send_notification, :default => true
end
It was running well until I need to specify multiple ...
0
votes
1answer
407 views
problem using db:migrate VERSION=XXX in Ruby 1.8.7
I'm working with an old application that was upgraded from Ruby 1.8.6 to Rails 1.8.7.
I created a number of migration scripts named as 999_whatever_function.tb, ordered sequentially. The whole set ...
0
votes
2answers
209 views
Grails LIQUIBASE DB-DIFF Genarating ERRORS
Welcome to Grails 1.3.5 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: C:\Users\ferron\Desktop\New ...
0
votes
1answer
173 views
Migrating and Ingres Data Base to SQL Server 2008
I have a cline that is looking to convert an Ingres Database into SQL Server 2008. WE can easily convert the tables but there are a large number of views and procedures that are complex. Does anyone ...
0
votes
1answer
133 views
Editing Database field type using db:migrate
I am working on a Ruby on Rails web application and I am interested in changing the type of two of the fields in my Project model. When I created the Model I gave two of my fields (start_time and ...
0
votes
3answers
519 views
Problem with rake db:migrate
When I try rake db:migrate, I get the following error:
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
rake aborted!
no ...
0
votes
3answers
944 views
Configuring and running Ruby-On-Rails migrations
I'm (completely) new to ROR and have got an application to maintain and upgrade. I've the source code and am trying to build database using db:migrate rake command. I've started using Aptana Studio ...
0
votes
2answers
726 views
Rails Locally Installing Rails Application rake db:migrate returns
I have a private Rails app that I'm trying to install locally. It's currently running in a hosting environment but I'd like to install it locally to begin making changes. I've already worked out that ...
0
votes
1answer
143 views
Rails: rake db:migrate suddenly starts at version 0 again, should start at version 16
today I just ran rake db:migrate... well, two things happened, first it reversed from version 2 to 0, so it smashed my user db (very very annoying) and now it wants to migrate vom version 1. But it ...
0
votes
2answers
325 views
Why doesn't rake db:migrate report version number?
rake 0.8.7, rails/activerecord 2.3.3
Output from rake db:migrate:
== CreateProducts: migrating =================================================
-- create_table(:products)
-> 0.0017s
== ...