Deployment does not move any data, it simply moves the code. If you want to move the data, you'll need to do a manual dump of your data (which will be database-dependent) and import it again in your production environment.
- Jamis On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've been building a rails app in development env and I just used > deprec to deploy it. I didn't really mess much with the settings. > The app deployed OK, just with no data. I suspect that the deployment > grabbed the production db, which is empty. Is there a way to fix > this, or to manually push my development data to production? > > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
