both my deployments failed on plugin migration...
I'm admittedly new to this whole world, so pardon any ignorance...
Both failed during build process (the apps, not the new databases).
one is n8n - #15e38a5a-7e8c-4237-b5ef-cd85ea55e4a1
- no error message. Build logs are empty
other is mautic - #8e6bfa23-39f2-4d52-83f9-90cdfd9af82c
- only error message: "dockerfilePath is only supported for the Dockerfile builder"
No build/deploy logs or other info that I can see
The new databases were created/migrated fine - as far as I can tell.
Both projects are using custom domains.
For Mautic:
The only issue in the variables I saw was for Mautic. It had this:
MAUTIC_DB_HOST=${{mysql Legacy.MYSQLHOST}}:${{mysql Legacy.MYSQLPORT}}
So I changed it to this:
MAUTIC_DB_HOST=${{mysql.MYSQLHOST}}:${{mysql.MYSQLPORT}}
The only hardcoded variables: MAUTIC_TRUSTED_PROXIES, PORT
For n8n:
The only hard-coded items in the n8n variables are ENCRYPTION_KEY, N8N_ENCRYPTION_KEY, N8N_HOST (railway domain), N8N_PROTOCOL, WEBHOOK_URL (my domain)
If there's any other info I should include, please let me know!
11 Replies
Project ID:
15e38a5a-7e8c-4237-b5ef-cd85ea55e4a1,8e6bfa23-39f2-4d52-83f9-90cdfd9af82c
Hey @thedusen, I can help you out with this
The builds are both failing with no logs because it looks like the connected repo does not exist anymore
As for the variables not being replaced properly, that is our bad and a fix is rolling out for that soon
well that's weird. I'm sure it's a rookie mistake on my part. I'll check it out. Appreciate the response!
Not a rookie mistake at all! We want this process to be as smooth as possible and appreciate feedback/reports like this. Ideally you should not have run into this at all
for both, my source repos are both there. For the n8n build, the upstream repo is now 404, but the mautic is still there
If I disconnect the mautic upstream, would that at least solve that one?
of course it's the n8n build that I really shouldn't have done. I'm in some deep shit for fucking this one up.....
You should be able to rollback the deployment that was working earlier
Interesting. Does the Railway GitHub app still have access to the repo. You can check here https://github.com/apps/railway-app/installations/select_target
You can also check by pushing a new commit to the repo and seeing if it builds
ah - so it was a rookie mistake. I turned the attached github account into an organization and it disconnected the railway app. Thank you for guiding me through this!
ah yeah that will do it. Our error message here is terrible and we will definitely look to improve it
Glad it is working now though!
me too. Thanks jr
np. Looks like the Mautic project is still failing. Looking into why