Translation to the Pro plan
gaddi245
PROOP

8 months ago

Je viens de passer au plan pro, est ce que les données de récupération dans la base de données seront maintenant beaucoup plus rapide

Solved

21 Replies

itsrems
EMPLOYEE

8 months ago

Hey gaddi,

We only offer support in English, so please keep any further communication in English slightly_smiling_face emoji

There is no performance difference between our different plans, however, you do get higher resource usage limits.

For a database, the higher limits are unlikely to make a difference in the performance.

Hope this helps !

-Nico


Status changed to Awaiting User Response Railway 8 months ago


itsrems

Hey gaddi,We only offer support in English, so please keep any further communication in EnglishThere is no performance difference between our different plans, however, you do get higher resource usage limits.For a database, the higher limits are unlikely to make a difference in the performance.Hope this helps !-Nico

gaddi245
PROOP

8 months ago

Indeed I had a problem related to the data recovery which is becoming slower and slower. Since the information in the database is becoming more and more consistent or numerous So I thought that, updating to a higher plan could increase the quality of data recovery, since I have a higher CPU with the pro plan. So the pro plan will not be able to solve my problem.


Status changed to Awaiting Railway Response Railway 8 months ago


itsrems
EMPLOYEE

8 months ago

Could you share a link to your db service ?


Status changed to Awaiting User Response Railway 8 months ago


itsrems

Could you share a link to your db service ?

gaddi245
PROOP

8 months ago


Status changed to Awaiting Railway Response Railway 8 months ago


gaddi245

autorack.proxy.rlwy.net

gaddi245
PROOP

8 months ago

Is this the link?


itsrems
EMPLOYEE

8 months ago

Your link should look something like railway.com/project/<projectId>/service/<serviceId>

However the link you just sent is one of our TCP proxies, which leads me to believe your services are talking to your database over the public network instead of our private one.

You should use the .railway.internal domain when passing the url to your services - this is faster and does not incur any egress costs.


Status changed to Awaiting User Response Railway 8 months ago


itsrems

Your link should look something like railway.com/project/<projectId>/service/<serviceId>However the link you just sent is one of our TCP proxies, which leads me to believe your services are talking to your database over the public network instead of our private one.You should use the .railway.internal domain when passing the url to your services - this is faster and does not incur any egress costs.

gaddi245
PROOP

8 months ago

How come? So I can change


Status changed to Awaiting Railway Response Railway 8 months ago


gaddi245
PROOP

8 months ago

Do I need to delete autorack.proxy.rlwy.net:58092 What should I do, I don't want to make a mistake and have things deleted.. If you can help me. Thank you

Attachments


itsrems
EMPLOYEE

8 months ago

If you want to access the database publicly (ex: you want to use the data panel, or connect from your own machine), you can leave it.

What you'll need to do is to go to the services that use your db and replace autorack.proxy.rlwy.net:58092 with postgres.railway.internal in the DATABASE_URL env variables.


Status changed to Awaiting User Response Railway 8 months ago



Status changed to Awaiting Railway Response Railway 8 months ago


gaddi245
PROOP

8 months ago

Help me please


gaddi245
PROOP

8 months ago

How do I change the database to postgres.railway.internal?


gaddi245
PROOP

8 months ago

I just deleted the public network, how do I use the private network?


itsrems
EMPLOYEE

8 months ago

I've updated your services to use ${{Postgres.DATABASE_URL}} in their DATABASE_URL env variables - should be g2g !


Status changed to Awaiting User Response Railway 8 months ago


itsrems

I've updated your services to use ${{Postgres.DATABASE_URL}} in their DATABASE_URL env variables - should be g2g !

gaddi245
PROOP

8 months ago

In all honesty, I don't understand where I should use g2g.


Status changed to Awaiting Railway Response Railway 8 months ago


gaddi245
PROOP

8 months ago

The service is no longer working


gaddi245
PROOP

8 months ago

you are here, the services no longer work


itsrems
EMPLOYEE

8 months ago

Sorry about that. I've reverted the change and added $10 in credits to your account.

It looks like your apps migrate the db during the build step, which requires using the public networking. You should try to use pre-deploy commands: https://docs.railway.com/guides/pre-deploy-command, which run between the build and deploy step, to run your migrations.

Our builders do not have access to the private network, which caused the failure when swapping to it.


Status changed to Awaiting User Response Railway 8 months ago


itsrems

Sorry about that. I've reverted the change and added $10 in credits to your account.It looks like your apps migrate the db during the build step, which requires using the public networking. You should try to use pre-deploy commands: https://docs.railway.com/guides/pre-deploy-command, which run between the build and deploy step, to run your migrations.Our builders do not have access to the private network, which caused the failure when swapping to it.

gaddi245
PROOP

8 months ago

Can you explain to me about the credit, is it on the Visa card you added it or how?


Status changed to Awaiting Railway Response Railway 8 months ago


itsrems
EMPLOYEE

8 months ago

I added it to your workspace - which means your next bill will be $10 cheaper.


Status changed to Awaiting User Response Railway 8 months ago


itsrems

I added it to your workspace - which means your next bill will be $10 cheaper.

gaddi245
PROOP

8 months ago

ok, thanks


Status changed to Awaiting Railway Response Railway 8 months ago


Status changed to Solved chandrika 8 months ago


Loading...