Releases: elabftw/elabctl
Releases · elabftw/elabctl
elabctl-5.0.3
Version 5.0.3
- Properly address #37 by only creating a tmp dir during install or sef-update
elabctl-5.0.2
Version 5.0.2
- Cleanup tmp dir created during
self-update
function. fix #37
elabctl-5.0.1
Version 5.0.1
- Do a refresh (
docker compose up -d
) instead of a restart after update
elabctl-5.0.0
Version 5.0.0
The major version bump is simply to align with the rest of the elabftw related repositories, it has no other meaning.
- Actually check for healthy state of MySQL container rather than wait 15 seconds before running db update. See elabftw/elabftw#4948.
elabctl-3.6.4
Version 3.6.4
- Use
mktemp
command to create temporary directory to write temporary files to, without another user being able to read or modify it.
elabctl-3.6.3
Version 3.6.3
- Add timeout before update command. See elabftw/elabftw#4948.
elabctl-3.6.1
- Add
--default-character-set=utf8mb4
toelabctl mysql
command
elabctl-3.6.0
Version 3.6.0
- Allow setting
BORG_REMOTE_PATH
env var forborg
backup. (fix elabftw/elabftw#4798)
elabctl-3.5.0
Version 3.5.0
- Change
bin/console db:install
to newbin/init db:install
- Reword the
update
help text