jonbeau
jonbeau
RRailway
Created by meluiz on 9/25/2023 in #✋|help
Is a spending limit possible?
Hello, yes, you have to join priority boarding with /beta https://docs.railway.app/reference/usage-limits
6 replies
RRailway
Created by Fabian Richter on 9/25/2023 in #✋|help
Define a build order / setting a build delay (build NextJS after Strapi)
I recall from the docs a phase dependency where you can have one part of the build be dependent on another. https://nixpacks.com/docs/configuration/file#phase-dependencies but maybe it doesn't apply here
15 replies
RRailway
Created by John Newton on 9/21/2023 in #✋|help
apt-get update failing due to a missing GLIBC_2.36 version
The faster support I'm reffering to is the support SLA offered on the enterprise plan. A service level agreement means, for example only, that Railway would agree to respond to your ticket in x amount of time and resolve it in y. I haven't used it, I'm only on the hobby plan.
139 replies
RRailway
Created by John Newton on 9/21/2023 in #✋|help
apt-get update failing due to a missing GLIBC_2.36 version
Sorry, I'm not familiar with your issue and don't undestand your question. I'm simply mentioning that Railway does offer plans with faster support in case you needed it.
139 replies
RRailway
Created by John Newton on 9/21/2023 in #✋|help
apt-get update failing due to a missing GLIBC_2.36 version
Also the enterprise plan does include support SLA if you are interested in/require even faster team support.
139 replies
RRailway
Created by cesarcosta16 on 9/15/2023 in #✋|help
Error deploy flask
Great glad you figured it out! 👍
11 replies
RRailway
Created by cesarcosta16 on 9/15/2023 in #✋|help
Error deploy flask
I did a quick search and I'm not sure there is currently a solution for you to use msqlclient. You could try to install the stuff manually as Brody has mentioned in the past.
https://nixpacks.com/docs/guides/configuring-builds
[phases.setup]
aptPkgs = ['...', 'libmysqlclient-dev']
[phases.setup]
aptPkgs = ['...', 'libmysqlclient-dev']
But you're probably better off switching to postgres.
11 replies
RRailway
Created by alexbalandi on 9/15/2023 in #✋|help
Can't manually fill MySQL
wow indeed! nice
13 replies
RRailway
Created by cesarcosta16 on 9/15/2023 in #✋|help
Error deploy flask
Looks like there is some issue with msqlclient but I'm not sure what it is off the top of my head. You could research into the errors in the logs
11 replies
RRailway
Created by cesarcosta16 on 9/15/2023 in #✋|help
Error deploy flask
https://bookmarklets.up.railway.app/log-downloader/ By using this bookmarklet you can easily download the full log.
11 replies
RRailway
Created by cesarcosta16 on 9/15/2023 in #✋|help
Error deploy flask
Hello, could you share the whole log and the contents of your requirements.txt?
11 replies
RRailway
Created by intbyte on 9/15/2023 in #✋|help
Connect to services using Private Networks
I have some suggestions before someone smarter than me comes and tells you the answer 🙂 Although it says HTTP you could try https instead of http. Also have your app listen on the railway provided port environment variable if you aren't already.
10 replies
RRailway
Created by alexbalandi on 9/15/2023 in #✋|help
Can't manually fill MySQL
No description
13 replies
RRailway
Created by alexbalandi on 9/15/2023 in #✋|help
Can't manually fill MySQL
I think the response will be to use an alternative to the railway UI for now, as it's not up to par with the rest of their service. So yeah a one time script, that's what I do, or a database tool. (also, postgres is quite cheaper than mysql you may look into that instead)
13 replies
RRailway
Created by Iceman on 9/11/2023 in #✋|help
Where can you store Media Files?
There is not that I know of, but you could probably use this. https://railway.app/template/Nan7Bs There is another one for downloading.
15 replies
RRailway
Created by Iceman on 9/11/2023 in #✋|help
Where can you store Media Files?
Are the links pointing to the correct location? Maybe you also have to configure wagtail to work with the new path.
15 replies
RRailway
Created by darktemplar on 9/13/2023 in #✋|help
Region Selection
no prob!
14 replies
RRailway
Created by darktemplar on 9/13/2023 in #✋|help
Region Selection
Just type /beta (I think you can do it here)
14 replies
RRailway
Created by darktemplar on 9/13/2023 in #✋|help
Region Selection
Hello, currently regions are only available to pro plan members with a priority boarding pass, as far as I know. But if you sign up for the pro plan, it's easy to join priority boarding with /beta https://railway.app/changelog/2023-09-08-regions
14 replies
RRailway
Created by Iceman on 9/11/2023 in #✋|help
Where can you store Media Files?
Hello, you'll want to use a volume to store persistent data. https://docs.railway.app/reference/volumes
15 replies