thedusen
thedusen
Explore posts from servers
RRailway
Created by thedusen on 11/14/2023 in #✋|help
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!
18 replies