Mongodb shutsdown from 12am to 12 30
esinou
PROOP

a year ago

Hello,
I have a very simple architecture: a mongo db and a nestjs server. I've had the same problem several times now: between 12am and 12:30am, my server can no longer access the db, and
if I don't redeploy, 1 hour later everything works normally again.

I'm not very good at architecture, but I checked the config of the 2 projects and couldn't find anything strange. Could it be an automatic backup or something like that triggering itself? (there's no log on mongodb)

Any help is appreciated
Have a great day

5 Replies

esinou
PROOP

a year ago

15d46b5d-aa16-43d5-ac31-efd46023f47e


a year ago

Railway does not automatically log your database for you, do you have any other processes that interact with the db that may be interfering?


a year ago

Would help to see the full logs for your app as well as the db


esinou
PROOP

a year ago

I only have my nestjs interacting with the db
I'd like to pass you the logs, is there a way on the railway for me to share everything with you at once, or do I have to copy paste?


a year ago

you can download your logs by doing the following:

Open the deployment -> cmd / ctrl + k -> search for logs -> select the option you want.


Loading...