Wednesday 14 February 2018

Handling Postgres migrations in production?

I was hoping someone running a Node API in production (extra points if you are using Heroku, but it's not that specific a question) can outline the steps they are taking for migrating schema and table data?There are a two notable solutions I have found:http://ift.tt/2BYVfSM it's hard to determine which suits me with no prior knowledge. I need to be able to update my table schema that will be hosted on Heroku Postgres.I am using node-pg to connect to the database and issue queries, so I cannot use Sequelize/Knex's built in migration tools.Any insight, articles or descriptions of your process would be greatly appreciated.

Submitted February 14, 2018 at 02:19PM by speakoN

No comments:

Post a Comment