-
Notifications
You must be signed in to change notification settings - Fork 470
WIP: Fly commands
Keith Schacht edited this page May 6, 2024
·
3 revisions
https://fly.io/ruby-dispatch/run-ordinary-rails-apps-globally https://github.com/superfly/fly-ruby https://fly.io/blog/last-mile-redis https://edgeguides.rubyonrails.org/active_record_multiple_databases.html#setting-up-your-application https://fly.io/docs/reference/regions/
fly machines list -a the-bot-db
Get the ID of a replica machine: https://fly.io/apps/the-bot-db/monitoring
fly machine clone --region atl ##### -a the-bot-db
fly machine stop -a the-bot-db ##### fly machine destroy -a the-bot-db #####
Find volume: https://fly.io/apps/the-bot-db/volumes fly volumes destroy -a the-bot-db #####