This project is archived and is in readonly mode.
"db/development.sqlite3 already exists" on new rails instance with "rake db:create"
Reported by trevor | February 12th, 2010 @ 05:37 AM | in 3.0.2
% rails -v Rails 3.0.0.beta % rails a % cd a % rake db:create (in /private/tmp/a) db/test.sqlite3 already exists db/development.sqlite3 already exists
maybe this? https://rails.lighthouseapp.com/projects/8994/tickets/614-patch-fix...
Comments and changes to this ticket
-
David Trasbo April 10th, 2010 @ 06:12 PM
@trevor:
Yes, you're describing the same issue as the ticket you're referring to. Also, the patch posted to that ticket has been committed and released in Rails 3.0.0.beta2:
➜ code rails -v Rails 3.0.0.beta2 ➜ code rails already_exists ... ➜ code cd already_exists ➜ already_exists rake db:create (in /Users/dtrasbo/code/already_exists)
This ticket can safely be marked as duplicate/resolved.
-
Ryan Bigg April 10th, 2010 @ 11:51 PM
- Milestone cleared.
- State changed from new to duplicate
As mentioned, this is already a duplicate.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>