Commit Graph

136 Commits

Author SHA1 Message Date
knuth
65585e286d use GitHub redirect for newest version 2022-12-16 14:16:46 +01:00
knuth
d98fd74968 use GitHub for newest docker-compose release 2022-12-16 13:58:15 +01:00
knuth
7875185e1f fix unicode char 2022-12-16 13:57:37 +01:00
Patrick Schult
31b5faa729
Merge pull request #4868 from mailcow/feat/build-backup-image
Add new action Build mailcow backup image
2022-11-24 11:30:24 +01:00
Niklas Meyer
05b897f43e
Merge pull request #4848 from nathanielmom/compose-fix
change 'return 1' to 'exit 1'
2022-11-23 15:29:38 +01:00
Benoît S
f2f5e212f5
Fixy comment typo 2022-11-23 22:10:57 +09:00
Peter
ff7102468e
[Helper] Backup and restore: Use latest tag for image 2022-11-22 18:38:38 +01:00
Nathaniel Mom
df17e6b75e change 'return 1' to 'exit 1' 2022-11-07 09:27:22 +10:00
Niklas Meyer
963510ed22
Merge pull request #4806 from mailcow/feature/pigz-backup
[Backup] Swapped PIGZ instead of gzip (allow Threading)
2022-10-25 11:05:40 +02:00
DerLinkman
50d2671d75 Fixed leading / warning removal 2022-10-25 10:06:53 +02:00
DerLinkman
b73d879f3c Removed thread prompt again. Added notice message 2022-10-25 09:55:29 +02:00
DerLinkman
65ca42ca42 Restored Thread Prompt due to implementation in restore 2022-10-24 15:10:15 +02:00
DerLinkman
b22ff59f7b Added PIGZ for Restoring as well. 2022-10-24 12:28:41 +02:00
DerLinkman
58527857d9 Removed debug message 2022-10-21 11:54:23 +02:00
DerLinkman
6306c4555c Removed Thread Prompt and set default value to 1 Thread 2022-10-21 11:48:29 +02:00
DerLinkman
8026b6c874 Swapped PIGZ instead of gzip 2022-10-19 11:15:12 +02:00
Tomy Hsieh
905993d66e
🛠 fix: Language detection 2022-10-06 22:21:12 +08:00
DerLinkman
047c4aa3a0 Added seperate update_compose Script + some Improvements 2022-08-22 15:44:01 +02:00
DerLinkman
925b220905 Compose Version detection implemented in Backup script 2022-08-22 10:24:38 +02:00
DerLinkman
1f3d9d4e1c Implemented user choice compose in cold-standby 2022-08-19 15:17:19 +02:00
DerLinkman
7d72ae3449 Added update-compose to update.sh and create-coldstandby 2022-07-14 11:29:38 +02:00
DerLinkman
6195b7c334 [Backup Script]Check for docker and docker-compose in each step seperate 2022-07-08 13:29:05 +02:00
DerLinkman
452daf5d5e Restored docker-compose Command 2022-06-23 08:55:06 +02:00
FreddleSpl0it
cd7715fa0e Restore docker-compose check in scripts 2022-06-20 10:32:14 +02:00
DerLinkman
872fa07213 Restore docker-compose check in scripts 2022-06-16 12:49:17 +02:00
DerLinkman
5d14baa43a Fixed typo for previous commit 2022-06-07 18:38:43 +02:00
DerLinkman
141b397c82 Fix Docker Compose recognition for docker-compose syntax 2022-06-07 18:34:41 +02:00
DerLinkman
74baf20feb Optimized if-else arguments and outputs 2022-06-07 14:45:19 +02:00
FreddleSpl0it
958112af6b [Compose] Remove >&2 in if block 2022-06-07 14:07:35 +02:00
FreddleSpl0it
08d0f9448e [Compose] move then in if statement 2022-06-07 13:59:59 +02:00
Niklas Meyer
714511b0a8
[Compose] Update to Docker Compose v2 (#4605)
* Change default HTTP_BIND, HTTPS_BIND

https://github.com/mailcow/mailcow-dockerized/issues/4315#issuecomment-1083034329

* [Compose] Removed Colon after fallback IP in docker-compose.yml

* [Compose] Remove bind options from volumes (#4577)

(cherry picked from commit 4d53216c05)

* Migration (partially) of update.sh + cold-standby.sh to composev2

* Migration of update.sh + cold-standby.sh to composev2

* Migration of update.sh + cold-standby.sh to composev2

* Migration of update.sh + cold-standby.sh to composev2

* [ClamAV] Fixed ClamAV start before unbound

* Migration of update.sh + cold-standby.sh to composev2

* Formulation and values adjusted (IPv4 bind in generate-config.sh)

Co-authored-by: Amin Vakil <info@aminvakil.com>
Co-authored-by: qupfer <github@qupfer.de>
Co-authored-by: FreddleSpl0it <patschul@posteo.de>
2022-06-07 08:53:08 +02:00
andryyy
769e08843b
[Helper] Backup and restore: Use bullseye-slim 2022-03-14 13:10:39 +01:00
andryyy
25a5978043
[Helper] Minor cosmetic changes to cold standby script 2021-10-23 08:06:05 +02:00
andryyy
874446eec0
[Helper] Change -V to --version to be more compatible with ancient OS 2021-10-19 17:49:38 +02:00
andryyy
db33668584 [Helper] Redirect all output to stdout and use stderr only on errors 2021-10-18 21:44:01 +02:00
Max
4a91fdf134 [Cleanup] Clean up the xmpp remainder (#4286)
* [Web] Update russian translation (lang.ru.json)

* XMPP cleanup

Co-authored-by: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com>
2021-10-18 21:44:01 +02:00
andryyy
78aafe9b33 [Helper] Cold standby script (WIP, docs incoming) 2021-10-18 12:45:42 +02:00
Kristian Feldsam
58da154bfc
[Helper] Helper script to detect missing translations (#4177)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
2021-09-01 17:11:59 +02:00
Peter
85a66c4fbf
[Helper] Update nextcloud to 22 (#4233) 2021-08-16 08:11:22 +02:00
prey87
171f394fd1
[Helper] Use random password for mailcow-reset-admin.sh (#4162)
* use random password for mailcow-reset-admin.sh

* added curly braces and removed newline from hashed password string
2021-07-04 15:12:50 +02:00
andryyy
b08be8bc8c [Helper] Remove ejabberd from compose 2021-06-30 10:14:30 +02:00
Joachim Astel
b1adbb38e6
Update backup_and_restore.sh (#4098)
Script breaks when there are more then one name matching,  see Issue #4097
2021-05-16 08:19:52 +02:00
Sven Gottwald
f11660a5d8
[Helper] Update backup_and_restore.sh (#4005)
Allocate a pseudo-tty for the mariabackup container process. This allows to 
redirect the complete output of the the backup script to a file.
2021-04-20 21:24:31 +02:00
fabreg
496f4ad81f
[Helper] Removed --database-table-prefix switch (#4043)
Looks like in NC 2.0 this option is no more supported. During installation I got this error:

The "--database-table-prefix" option does not exist.
2021-04-09 08:05:14 +02:00
andryyy
294e6a2d43
[Helper] Add ejabberd to DNS overrides 2021-04-01 15:17:48 +02:00
andryyy
184963f760
[Helper] Use NC 20 2021-03-13 12:38:42 +01:00
andryyy
628e699538
[Helper] Add ejabberd to build overrides 2021-02-11 09:36:14 +01:00
andryyy
46928269bb
[Backup Helper] Possible workaround for #3913 2020-12-31 23:26:03 +01:00
Luca Kröger
d3e21aae08
added selinux labels to backup_and_restore script (#3874) 2020-12-06 09:29:25 +01:00
andryyy
0a593bfe7b
[Dovecot, Helper] Add HAProxy listener for 4190/tcp sieve 2020-11-19 16:02:05 +01:00