Problem running rake db:migrate

I’m having a great deal of trouble getting rake to run migrations on our
staging server. Everything works fine on my dev box, but trying to run
the
following on staging results in errors.


rake db:migrate
(in /var/www/apps/acadtech2/app)
rake aborted!
Don’t know how to build task ‘db:migrate’

(See full trace by running task with --trace)

The box has Ruby 1.8.4 and Rails 1.1.2.

Any hints or suggestions appreciated.

Thanks,
Chris

Are you trying to run the migration from your app directory? I’m not
sure if that will work. If that’s what you were trying to do, back up
one directory to ‘acadtech2’ and try again.

-TJ