Updating
How to update#
info
This is the general update section! For version specific updates look at the version update sections.
- Enter your datepoll-docker root directory and set all scripts executable.
- Execute this command to update your docker instance (sudo required)
- Execute this command to update your frontend
- Execute this command to update your backend
From version 0.8.2 to 0.8.3#
note
There are no version specific changes in the update progress. Head to the How to update section.
API Changes#
Homepage#
Added:
From version 0.7.0 to 0.8.0#
Environment variable change#
Important to make before updating the backend!
Please edit your .env file.
nano ./code/backend/.env
Replace
QUEUE_CONNECTION="database" to QUEUE_CONNECTION=redis
Add
API Changes#
Update currently logged in user#
Old:
New:
Version check / DatePoll check#
Old:
New (added broadcasts_enabled, broadcasts_count, broadcasts_sent_count):
From version 0.6.2 to 0.7.0#
Environment variable change#
Important to make before updating the backend!
Please edit your .env file.
nano ./code/backend/.env
Replace
DB_HOST="mysql" to DB_HOST="datepoll-mysql"
API Changes#
Version check / DatePoll check#
Old:
New:
From version 0.6.0 to 0.6.1#
Take a look at the How to update section.
API Changes#
Get open events#
Old:
New:
Get single event#
Old
New:
Homepage#
Old:
New: