Answer the question
In order to leave comments, you need to log in
What should be done to prevent the telegram bot data on Heroku from being deleted?
Created a telegram bot in Python aiogram , which should add a user id to the SQLite3 table when the bot starts, the bot works fine locally, but when uploaded to Heroku, new user ids added to the table are deleted within 24 hours.
Please tell me what can be done so that the new data added to the table is not deleted during the day on Heroku?
Answer the question
In order to leave comments, you need to log in
You need to read the Heroku documentation. Or at least other heroku tag answers on this resource. For example How to resolve error 500 on Flask Heroku?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question