Migrating Bolt CMS from SQLite to MySQL (MariaDB)
Bolt CMS documentation site does not describe migrating from SQLite to MySQL. I thought I'd write down the steps.
Symfony Finland
Random things on PHP, Symfony and web development
Bolt CMS documentation site does not describe migrating from SQLite to MySQL. I thought I'd write down the steps.
As more and more processing is moving over to the client side you're more likely than ever to need to expose your back end resources via an API. The top of mind is application data, but you'll likely need to get endpoint URLs and translations as well. Or maybe you don't, but you should - manual maintenance is laboursome and error prone.