Billing Qustions
gauravbeniwal9233
FREEOP

2 years ago

I recently subscribed to the Hobby plan, which costs $5 plus additional resource usage. Is there a way to set a limit of $15 so that my backend (hosted through a GitHub repo) and MySQL database pause once I reach this amount, and resume the next month when the plan resets? I want to ensure I don't exceed the $15 limit. Additionally, will my database and backend retain their data if the services are paused?

Solved

3 Replies

2 years ago

> Is there a way to set a limit of $15 so that my backend (hosted through a GitHub repo) and MySQL database pause once I reach this amount.

Yes, set a usage limit from within your usage page - https://railway.app/account/usage

> ...and resume the next month when the plan resets?

We do not auto restart deployments on the next cycle, as that's best left up to the user's discretion.

> Additionally, will my database and backend retain their data if the services are paused?

Unless you have severally misconfigured something, yes they will, database data is stored in the volume, and we do not touch the volumes short term.


gauravbeniwal9233
FREEOP

2 years ago

Thank you, Brody, for the fast assistance!!


2 years ago

No problem, let me know if you have anymore questions.


Status changed to Solved brody over 1 year ago


Loading...