#ronnysteelman_webhooks

1 messages ¡ Page 1 of 1 (latest)

late laurelBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1347294713987731587

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

sudden wadi
boreal spindle
#

Thank you - What is the recommended solution for managing multiple dev environments/databases?

sudden wadi
#

In what way? We don't have many specific recommendations on managing your own DBs here. If you are talking about downloading all customers, prices, etc, I would say using the API list calls for each of those resources

boreal spindle
#

Namely, we have a team of developers that either need to rebuild their databases and it should have all of our configured objects populate in...or new devs who set up a new database and need to push all of our objects...

It sounds like i need to create a "build" script that uses the API, instead of Webhooks, to initially populate a database with historical Stripe object data

sudden wadi
#

Yeah that or find a way to copy your DB data between machines.
Also knowing this context, the other limitation with events is that they are only retained for 30 days, so you wouldn't be able to catch them up on anything older than that.