Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Heroku 上托管了一个非常简单的 Facebook 应用程序,它使用 PHP 作为后端,使用 SQLite 进行存储。出于某种奇怪的原因,SQLite 数据库随机重置为我推送的最后一个版本。有人可以帮我理解这背后的原因吗?
Heroku 有一个临时文件系统,每次 dyno 重新启动时都会丢失任何更改,这种情况经常发生。您应该将 SQL lite 文件存储在 amazon 上或使用 Heroku 数据库。