Closed1
Railway.appの「Migrating from Legacy Plugins to Database Services」でうっかりミスをした時の備忘録
何をやったか
- Environmentとして検証環境用の「Staging」というものと本番環境用の「Production」という環境を用意
- 「Staging」でのみ「Migrating from Legacy Plugins to Database Services」を試したかった
- 「Staging」で「Migrating from Legacy Plugins to Database Services」を実行したところ、「Production」でも実行がなされ、本番サイトが落ちてしまった
ドキュメントをちゃんと読んでいなかった
- https://docs.railway.app/guides/database-migration-guide
-
If you follow the one-click automated process, each environment will be handled for you. If you perform the migration via another process, you will need to perform the migration within each environment.
- 要はワンクリックで全ての環境で移行が行われるということ
このスクラップは2023/12/24にクローズされました