What happens if my application is active while I either call bundles:capture or db:push or db:pull?
In the case of bundles:capture or db:pull, is it possible for me to get an internally inconsistent dump from the database if changes are made to multiple tables of the database while they are in process, and some of these tables have already been processed and others have not? What about with db:push? Is it possible for the user to see the app in an internally inconsistent state, where some tables have been pushed up, but others have not yet been? Worse yet, if the user does something that changes the state of some tables, is it possible this will result in an internally consistent state, for example, where the user adds something to a table that causes a primary key conflict with something being pushed up? -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
