Can I stop a deployed database?
mmarcrv
FREEOP

3 months ago

Hi!

I'm using my free trial deploying a MySQL database. I would like to know if I can stop the deployed database and redeploy later. Yesterday I tried and I could not do it but maybe it was because of the high demand.

If there is any way to stop it when I am not using it and then redeploying it?

Thanks!

$10 Bounty

2 Replies

Railway
BOT

3 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


3 months ago

Hey, this is possible by removing the deployment manually. We had an incident yesterday, which is most likely the reason for why you were not able to do it yesterday. Alternatively, another approach, that is enabled by default on the free plan (but on the trial), would be to enable serverless on your MySQL database. This will put your MySQL database to sleep after inactivity (based on outbound traffic) and wake it up once you connect to it. You can read more about serverless in the Railway docs.


Loading...