Commit Graph

36 Commits

Author SHA1 Message Date
Martin Gruner
8761f57cf7 Maintenance: Update version to 5.1. 2022-03-14 13:57:30 +01:00
Marcel Herrguth
e697dcd493
Bump compose-Version (#263)
* Maintenance: Raise schema version from 5.0.1 to 5.0.3

* Closes #262 - Raise default tag version to 5.0.3-7

Contains ES 7.16.1
2021-12-14 11:29:26 +01:00
Thorsten
cda3c41c7a
Release Update 5.0.1. (#243)
* Release Update 5.0.1.

* Update .env

Co-authored-by: Thorsten Eckel <{ID}+{username}@users.noreply.github.com>
Co-authored-by: André Bauer <monotek@users.noreply.github.com>
2021-10-08 12:35:34 +02:00
André Bauer
701627f9c6
update zammad labels to 5.0.0 (#239)
* FillDB was renamed to FillDb for Zammad 5.

* Changed Ruby dependency to 2.7.3.

* Update containers/zammad/Dockerfile

* added redis / changed memcached

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* update memcached

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* fix image

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* remove nginx duplicate

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* added nodejs

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* added cache clear and removed links

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* fix typo

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

* update zammmad version label to 5.0.0

Signed-off-by: André Bauer <andre.bauer@staffbase.com>

Co-authored-by: Martin Gruner <mg@zammad.com>
Co-authored-by: Martin Gruner <mg.pub@gmx.net>
2021-10-05 22:20:00 +02:00
André Bauer
ab745072cd
update zammad to 4.1.0 (#214)
* update to 4.1.0

Signed-off-by: André Bauer <monotek23@gmail.com>
2021-06-08 17:08:48 +02:00
olafbuitelaar
a77de6a442
Update backup.sh (#204)
i suppose this change should be reflected here as well; 3d86eb8543

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
2021-04-24 19:50:55 +02:00
André Bauer
fda5b3075c
update to 4.0.0 (#198)
Signed-off-by: André Bauer <monotek23@gmail.com>
2021-03-28 13:09:25 +02:00
André Bauer
04e6220993
added codespell & superlinter / updated versions (#183)
* added codespell linter
* added superlinter
* raised env version to 3.6.0-20
* updated memcache container
* updated postgres container
* some readme fixes
* use fixed ubuntu 20.04 version for all github action steps
2020-12-07 13:41:12 +01:00
Thorsten
99cd79a748
Release Update 3.6. (#181)
* Release Update 3.6.

* Added VERSION ENV.
2020-11-18 19:02:40 +01:00
André Bauer
7d15c4909a
update zammad version & made es reindex optional (#175)
Signed-off-by: André Bauer <monotek23@gmail.com>
2020-09-25 14:35:49 +02:00
Thorsten
ff20084ce2
Required changes for 3.4 release. (#162)
* Required changes for 3.4 release.

* Required for first build.
2020-06-16 19:11:18 +02:00
Thorsten Eckel
1d1daab582 Required changes for 3.3 release. 2020-03-05 15:15:02 +01:00
André Bauer
33beea77df
test github action (#136)
* changed github action
2020-02-27 00:33:46 +01:00
André Bauer
607fa4a02a
fixes for postgres / use official memcached container (#130)
* use fixed postgres & memcached versions & fix missing postgres env var

* remove memcached contaienr build

* fixed another version label

* added postgres password to backup command

* set postgres user & pass in .env file

* fixed postgres in backup container

* use zammad repo
2020-02-24 17:50:19 +01:00
André Bauer
5aa5151c88 use multistage docker image 2019-02-15 16:11:49 +01:00
André Bauer
544f84853d more shellcheck fixes 2019-02-04 21:47:54 +01:00
JZinkl
76a67a29fa changed from postgres to postgresql to be consitent with zammad container (#76) 2018-05-10 20:23:58 +02:00
André Bauer
a29eb5bd89 added postgres vars to backup 2018-05-07 18:28:17 +02:00
André Bauer
26eacae0d3
Update backup.sh 2018-05-07 18:23:05 +02:00
André Bauer
d452489066
Update backup.sh 2018-05-03 18:33:42 +02:00
André Bauer
1915742379
Update backup.sh 2018-05-03 18:33:20 +02:00
André Bauer
b3fb17c6ad - changed tmp file var to use full path
- switched back to postgresql 9.6 (10.x with next release)
- switched back to zammad image repos
- switched back to stable branch (dalli gem now included)
2017-12-07 15:20:21 +01:00
André Bauer
1f5c9036c2 - fixed ipv6 in google kubernetes engine
- replaced wget with curl
- made zammad image smaller by using tar.gz install instead of git clone
- moved sed commands to entrypoint
- added variables to entrypoint to set used servers dynamically
- added kubernetes backup cronjob
- added postgresql volume to compose file
- write nginx logs to stdout & stderr
- create zammad user & group manually with uid/gid 1000
2017-12-03 19:41:55 +01:00
André Bauer
ce474aabef - switched to single zammad pod to get rid of nfs container in kubernetes
- added nginx configmap
- switched to statefulset for es
- removed nginx & nfs container builds
- switched to postgresql 10.1 (manual update needed)
2017-12-02 12:58:46 +01:00
André Bauer
ce696bad8b
added init container (installation / update)... (#2)
- added memcached container (currently develop branch needed)
- put all zammad services in one kubernetes pod to be able to use empty dir volume for tmp
- switched to kubernetes deployments
- switched to ReadWriteOnce kubernetes volume claims
- added init container to elasticsearch & zammad kubernetes deployments
- added IMAGE_REPO var for docker compose to .env file
- run nginx from zammad container (preparation for stateless updates)
- removed docker-compose-build.yml
- use private docker repos in compose & kubernetes
- change compose volume names
2017-11-26 21:25:57 +01:00
André Bauer
46865a0ad7 changed backup delete check 2017-11-21 18:50:45 +01:00
André Bauer
a1dd2ba876 fixed backup error handling 2017-11-21 18:44:46 +01:00
André Bauer
0019469221 added nfs server for kubernetes 2017-11-20 23:59:01 +01:00
André Bauer
c32a7b74ff changed function order in backup script 2017-11-11 11:35:43 +01:00
André Bauer
f0814f4bbf fixed backup function name 2017-11-11 11:34:18 +01:00
André Bauer
f64b1c10b5 added check_railsserver_available function to postgresql backup 2017-10-28 13:50:18 +02:00
Kersten Burkhardt
69a3ed8a66 removed double code 2017-10-24 23:17:40 +02:00
Kersten Burkhardt
b6b0b05889 Added backup once 2017-10-24 22:50:44 +02:00
Jan Wagner
8e95c38181 Using zammad-postgresql for backup purpose 2017-10-04 20:57:53 +02:00
André Bauer
98151eb8ac added backup container, added version tagd via travis builds, fixed several bugs 2017-07-22 15:14:20 +02:00
André Bauer
b419b20d3f renamed containers 2017-03-08 19:37:05 +01:00