Hi everybody,
my project progress is quite nice, so I today wanted to try a production deployment. I followed the documentation and also one of Hyperbyte’s videos. For production, I chose a DigitalOcean instance with Docker, setted up via Resource Manager. So far so good, the Container gets pushed and deployed. But currently I’m struggling heavily with the DB. In my Dev project I’m using an SQLite DB which does work fine. I thought I’ll keep it for a first shot but it looks like the DB is not getting deployed on prod site. I also tried to apply all latest DB changes but that gives me strange errors that it’s not possible because I got duplicate columns…Which is simply not true.
So, I gave it a try and connected a MySQL DB Cluster on DO, same thing, nothing gets synced and I’m receiving duplicate column errors.
Maybe I’m doing something wrong, can someone please advise me?
Thanks & BR
Blind