DEV / PROD Deployment

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. :sa:
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

Hi all,
looks like that error was on my local Wappler…
After deleting the production target and all cloud resources (server + DB), doing a fresh git commit & a rollback to that new commit, restart of Wappler and creating a fresh server, as well as a production target, things turned out working… Don’t ask me why but I’m happy :slight_smile:

Cheers!

2 Likes