I seem to be having issues where my database file keeps rolling back to a previous state. I can change what ever I want and I can check and the updates happened. If I restart the changes persist. But randomly it will be as if a day of changes roll back. I also use a logger module to log to a file and that also rolls back to the same time, erasing any logs between. Any ideas?
@Woutervan17 Does this mean that no local databases will work or just that to get them to work you need to upgrade the account to hacker and set always on?
node.js and sequelize using a sqlite db file, rolling back file
I seem to be having issues where my database file keeps rolling back to a previous state. I can change what ever I want and I can check and the updates happened. If I restart the changes persist. But randomly it will be as if a day of changes roll back. I also use a logger module to log to a file and that also rolls back to the same time, erasing any logs between. Any ideas?