← Graph

How did you migrate existing data and what was the downtime?

question 2 connections

Audience question. Answer: used an existing open-source bash script, slightly modified so that the schema was created by Rails migrations first rather than by the script. Because all types and features they used were already compatible with SQLite after the earlier refactor, the script ran through cleanly. Total downtime was roughly one to two hours.

answer_summary
Used a tweaked open-source bash script against a Rails-created schema; ~1–2 hours of downtime.
question How did you migrate existing data and what was the downtime?
about
Asked about the specific data migration step.
question How did you migrate existing data and what was the downtime?
asked_at
Audience Q&A.

Provenance