/app/bin $ fly config save -a mortybot
Wrote config file fly.toml
/app/bin $ cat fly.toml
# fly.toml app configuration file generated for mortybot on 2023-10-17T18:40:08Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "mortybot"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
services = []
[env]
DATA_PATH = "./data"
DEBUG = "*"
MESSAGE_TIMEOUT_ENABLED = "t"
MESSAGE_TIMEOUT_IN_MINUTES = "2"
[experimental]
auto_rollback = true
cmd = []
entrypoint = []
exec = []
[[mounts]]
destination = "/app/data"
encrypted = false
processes = []
source = "mortybot_data"
/app/bin $ fly migrate-to-v2
Error: failed to get volume vol_lgz1vppk0oev78m3: Volume not found (Request ID: 01HCZF0QNXC219W75A47XM7MHX-ams)
/app/bin $
in fact, no operation works with this volume at all
I copied the data through sftp from the instance and was attempting to delete it and recreate it, but I am not able to do any of those
fly volume show vol_lgz1vppk0oev78m3
Error: failed retrieving volume: failed to get volume vol_lgz1vppk0oev78m3: Volume not found (Request ID: 01HCZFREDFA0HGSZQYWVKEP7XM-gig)
fly volume destroy vol_lgz1vppk0oev78m3
Error: failed to get volume vol_lgz1vppk0oev78m3: Volume not found (Request ID: 01HCZFTB7G7KVP2CM2GJTZHPGR-gig)
fly volume fork vol_lgz1vppk0oev78m3
Error: failed to get volume: failed to get volume vol_lgz1vppk0oev78m3: Volume not found (Request ID: 01HCZFTVYBEN7E25HJ3S3D86CJ-gig)
I also cannot trigger a redeployment of my app. Even though there are new features and a new build, I’m getting this:
==> Creating release
Error: App is unchanged, skipping release
hey, hlep
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.