Skip to content

Releases: elabftw/elabctl

elabctl-3.3.0

01 Mar 22:48
3.3.0
dc03e86
Compare
Choose a tag to compare
  • Add convenience function update-db-schema which will update the MySQL database schema.
  • Use new function when running update.

elabctl-3.2.2

02 Feb 07:29
3.2.2
Compare
Choose a tag to compare

Fix bin/install start to bin/console db:install.

elabctl-3.2.1

15 Dec 13:29
3.2.1
Compare
Choose a tag to compare
  • Improve docker-compose command detection.

elabctl-3.1.2

19 Aug 14:40
3.1.2
Compare
Choose a tag to compare

Version 3.1.2

  • Don't check initially for docker-compose presence as we can use "docker compose". Instead check for "docker" command presence.

Version 3.1.1

  • Remove initial check for zip and git presence as they are not required

elabctl-3.1.0

31 May 18:16
3.1.0
Compare
Choose a tag to compare
  • Add hours, minutes and seconds to the mysql dump filename

elabctl-3.0.0

23 May 09:34
3.0.0
Compare
Choose a tag to compare

Breaking change

The backup function has changed. See documentation: https://doc.elabftw.net/backup.html

elabctl-2.4.0

15 Apr 09:30
2.4.0
ca517cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.4...2.4.0

elabctl-2.3.4

23 Feb 14:16
Compare
Choose a tag to compare

Version 2.3.4

  • Remove --column-statistics=0 to mysqldump command. See #23

elabctl-2.3.3

18 Feb 15:05
Compare
Choose a tag to compare

Version 2.3.3

  • Add --column-statistics=0 to mysqldump command.

elabctl-2.3.2

23 Nov 20:19
2.3.2
Compare
Choose a tag to compare

Version 2.3.2

  • Use docker compose for Docker version > 20.x and docker-compose otherwise.