persistent storage
hey i have hosted my discord.py bot, it has a sqlite db, now i have deployed it from github, so the sqlite storage is not persistent
5 Replies
Project ID:
1bc0e10f-3319-42a7-8915-b2b8ef7b585e
you would want to use a volume - https://docs.railway.app/guides/volumes
1bc0e10f-3319-42a7-8915-b2b8ef7b585e
this us the current url sqlite:///bot_messages.db
what do i do when i create the volume?\
can you try reading the docs page please?
alright ill do that