Commit Graph

20 Commits

Author SHA1 Message Date
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
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
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
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
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