Pretty much the title.
I have an existing Elixir app on Gigalixir, and I’ve successfully deployed it on Fly. Now I’m looking to migrate all the data in there. I looked through the docs, but there only seems to be an option to restore previous Postgres snapshots that have been backed up by Fly.
Is there some nice way to do this, or do I write some Elixir code that pulls and saves all the data from my Gigalixir DB, and invoke that in iex of my Fly app?