Hi We are building a system where in which we will have to transfer data between databases of two different applications. Think of it as uploading new data from the staging environment to the production environment. The way i was thinking of implementing this was make the applications share a redis instance and add data to the redis instance. Later run a rake task in the production system that gets the data from the redis instance and then populates its database. Please suggest if this can be done in heroku or not. Also please suggest a better way to do this (if any) or the problems we may face with this approach.
Thanks in advance. -- 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.
