OpensourcePos 3.4.1
Today we are thrilled to announce 3.4.1. This release adds quite some bugfixes on top of 3.4.0. The migration path for MySQL coming from versions before 3.4 was broken and should be fixed again with this version.
How to upgrade
WARNING: It's always a good idea to do a backup previous to an upgrade. This is not an exception.
- Unzip and upload Open Source Point of Sale files to the web-server.
Upgrade from release 3.4
- In case you have all config in the
.envfile you can just overwrite the unzipped.envfile with the your custom version.
Clean install / upgrading from a release older than 3.4
- Edit the
.envfile in the unzipped folder root and setCI_ENVIRONMENT=development. This willl show error messages during the upgrade phase. - Next add your database username, password and database name in
database.default.username,database.default.passwordanddatabase.default.databaseand respectivelydatabase.development.username,database.development.passwordand in the file