Upgrading to 0.5.0

Legacy guide for upgrading an older Feedbacky version.

Legacy

This section is intended to provide support for those who are upgrading older Feedbacky instances and can be skipped for new installations (1.0.0-RC.0 and up).

Upgrading

If you are upgrading your instance from 0.1.0 to 0.5.0, you must also apply any changes from version 0.2.0.

Notes

Added

+ A new variable was added and must be present in your .env file in order for Feedbacky to work;

Type: boolean

If enabled, your board users will be able to comment on ideas that are closed.

SETTINGS_ALLOW_COMMENTING_CLOSED_IDEAS=false

Changed

! An existing variable in your .env file can be edited;

Type: string

Sets the avatar of your board users, add the value below if you want to use generated letter avatars based on usernames.

REACT_APP_DEFAULT_USER_AVATAR=https://static.plajer.xyz/avatar/generator.php?name=%nick%

Last updated