I’ve had a Docker-based Wappler app live on for over a year now and am wondering if I need to be concerned about updating any of the underlying components like the Node.js version or the MariaDB version. Is this something that Wappler performs as needed (i.e. applying security updates or even taking advantage of new features) or should I have a strategy for updating them myself? Thanks!
Speaking from a PHP/MySQL experience I have never had any problems updating versions. Always do a full back up first though!
1 Like
Thanks - so I surmise from your reply that if I’m a few MariaDB point releases behind, I should go ahead and run the updates (i.e. Wappler won’t do it automatically)?
No Wappler won’t change your production settings.
Thanks for the replies!