0

In the migration Guide the recommended approaches for migrating databases don't include just changing the DATABASE_URL in the new instance. If you have a dedicated database in Bamboo, and want to use the same in Cedar, is there a problem in just pointing the DATABASE_URL in Cedar to the same DATABASE_URL?

Thanks

jmanrubia
  • 1,865
  • 20
  • 13

1 Answers1

1

If you delete the bamboo app, your DB will likely be decommissioned. If you maintain your bamboo app, with just a single dyno and no workers it should be free, and the approach you suggest should work.

Nader
  • 5,493
  • 4
  • 33
  • 31