Hi,

I have a CE-based app on my local machine. I am trying to deploy it to
Heroku. I have moved the project to Heroku using git. I then tried
"heroku rake db:migrate" but received the following error:

Machine:myapp Dondi$ heroku rake db:migrate
(in /disk1/home/slugs/13013_634f644_d15d/mnt)
==  CommunityEngineToVersion60: migrating
=====================================
==  CreateUsers: migrating
====================================================
-- create_table("users", {:force=>true})
rake aborted!
An error has occurred, this and all later migrations canceled:

An error has occurred, this and all later migrations canceled:

PGError: ERROR:  canceling statement due to statement timeout
: CREATE TABLE "users" ("id" serial primary key, "login" character
varying(255), "email" character varying(255), "description" text,
"avatar_id" integer, "crypted_password" character varying(40), "salt"
character varying(40), "created_at" timestamp, "updated_at" timestamp,
"remember_token" character varying(255), "remember_token_expires_at"
timestamp, "stylesheet" text, "view_count" integer DEFAULT 0, "admin"
boolean DEFAULT 'f', "vendor" boolean DEFAULT 'f')

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


Can someone advise on the process?

Thanks,

Dondi.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" 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/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to