Hi everyone! I have a general question about strategy. I have a nextjs app w/ my db on heroku. What I'm imagining I want is a staging DB that exists in order to test updates to my schema and data before actually going live. Have any of you done this? What would it look like to set this up? Is this a good idea? Is there a better idea? Any other thoughts? Thanks!
a
Austin Zentz
02/08/2022, 2:53 AM
If you've got a production app, a staging one is definitely a best practice that you can use with an internal audience, yes!
Austin Zentz
02/08/2022, 2:54 AM
Things can get pretty complex, but generally you'd just create a new Next project and a new Heroku project, and push to them from your staging branch instead of main.