mysql - Pushing Data from Local Rails App up to Elastic Beanstalk -
My local Mac OSX is a railing app working on the environment that works with the local PostGraz database.
I have been able to get a sample app and work on EBS, including Puma and MyScall. I think that raising the code is a matter of using "GIT A VS Peash" - but what I have to do to further the data on EBS environment (I'm happy to use PG or ISSL on EBS - But I'm guessing PG that this is a better option than what the local app uses - if so, then I would have to configure my database for PG on EBS. How to configure an IMML ?)
In short:
- How do I define and create database on EBS?
- How do I get Rake DB equivalent: Migrate to EBS environment?
- How do I push data into tables up to EBS?
I can not answer your question about installing the database on EBS, But you do not want to straighten your database files straight away if you want to populate some data in your Rail app database, then you should make that part of your app. .
If this is not an option for some reason, you would want to use, upload, and use the file, if you are using postgres on the EBS side. If you are using mysql on EBS side, you will need pg_dump in a SQL format, and use whatever mysql provides to import SQL.
Comments
Post a Comment