Re: Import large dataset to Postgres instance in CF
Nicholas Calugar
Hi Siva,
toggle quoted message
Show quoted text
1. If you run the PostgreSQL, you likely want to temporarily open the firewall to load data or get on a jump box of some sort that can access the database. It's not really a CF issue at this point, it's a general issue of seeding a database out-of-band from the application server. 2. If the above isn't an option and your CF is running Diego, you could use SSH to get onto an app container after SCPing the data to that container. 3. The only other option I can think of is writing a simple app that you can push to CF to do the import. Hope that helps, Nick On Wed, Dec 9, 2015 at 3:08 PM Siva Balan <mailsiva(a)gmail.com> wrote:
Hi Nick, |
|