Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Herman Muhereza <hermanmuhereza22@gmail.com> Herman Muhereza <hermanmuhereza22@gmail.com> 00f89f70d5ff3f2ca48429de3545c5b9f3bee4a3 TRUNK-6329: Persist authentication during maintenance mode database updates (#5076)
* TRUNK-6329: Persist authentication during maintenance mode database updates

* use volatile variable instead
Herman Muhereza <hermanmuhereza22@gmail.com> Herman Muhereza <hermanmuhereza22@gmail.com> b4afbc408c35783d45479e55094114deb5578bce TRUNK-6343: Add PostgreSQL support to the simple setup in the setup wizard (#5040)
* TRUNK-6343: Add PostgreSQL support to simple setup in the setup wizard

* Add user interface changes

* add postgres as the default superusername

* remove code duplication

* handle when a user or a dbname already exists

* fix the create statement

* fail gracefully

* improve logging

* remove checks for existing db users and name for postgres