This is the first time I try to deploy a Rails app and I'm having some problems. The database I used in my app was SQLite, not MySQL. I couldn't find any tutorial (nor another thread in this forum) that explained how to configure a SQLite database, and I don't find any way to import my SQLite data into a MySQL database.
How can I configure a SQLite database in HostingRails or, if not possible, how can I import all the data in my database into a MySQL? I tried rake db:migrate RAILS_ENV='production', but it fails.
I'm trying to deploy with Passenger (mod_rails).
Thanks in advance.
Edu