Valentin Lab
83c41f54f2
fix: [vps] add more code to drop indexes and mitigate some migration issues
8 months ago
Valentin Lab
6bea532295
fix: dev: [vps] correct typo !cosmetic
8 months ago
Valentin Lab
1f42339d22
new: [vps] make ``vps backup`` compatible with new ``cron`` containers
8 months ago
Valentin Lab
503656f461
new: [myc-update] check remaining space before starting
9 months ago
Valentin Lab
9d8843e94e
new: [vps] make ``restore`` check-fix odoo container before restore
The ``load`` action will rely on using ``docker exec`` so we need to ensure
that it is working.
9 months ago
Valentin Lab
bf0a86fb02
new: [myc-update] allow full directory ``cron.*`` coverage of cron script deployment
9 months ago
Valentin Lab
0355cfd9b7
new: [myc-update] add sysctl scripts installation facility
9 months ago
Valentin Lab
c24430d66d
new: [myc-update] set default color mode for ``ls`` command
9 months ago
Valentin Lab
ae6e5e7627
new: [vps] add ``vps monujo set-version`` command
11 months ago
Valentin Lab
1e6a4c058a
new: [vps] add support of ``--neutralize`` (or ``-n``) to ``vps odoo restore``
11 months ago
Valentin Lab
5f751860e5
fix: [0km] prevent rrdtool from messing data in specific locale settings
French for instance would make ``rrdtool`` use commas instead of points that are
not read correctly by ``gnuplot``.
11 months ago
Valentin Lab
ad539bea71
new: [0km] check for existence of ``rrdtool`` or hint for a way to install it
11 months ago
Valentin Lab
2641cb4d76
new: [vps] add ``upgrade postgres`` action
12 months ago
Valentin Lab
dc4c9510d0
fix: [0km] make ``vps-install`` catch key in more scenario and error message more clear
The new way doesn't overwrite ``$out`` which helps displaying a
meaningful message. The change allows also stdout and stderr mixing,
that would not guarantee that the key appears as the last command.
1 year ago
Valentin Lab
fbe7fa52b8
new: [0km] make ``vps-setup`` support ``ed25519`` ssh keys
1 year ago
Valentin Lab
ed48433fac
new: [myc-install] add ``debian 12`` compatibility for python
1 year ago
Valentin Lab
cbe02fca2b
chg: [myc-update] force change of ``admin@0k`` ssh key
1 year ago
Valentin Lab
602a44d45e
new: [vps] add ``bench`` action
1 year ago
Valentin Lab
cccb7f8341
chg: [vps] improve raw formatting of ``stats`` action
1 year ago
Valentin Lab
807f060d1a
new: [vps] add ``mongo upgrade`` action
1 year ago
Valentin Lab
bd18e77abd
fix: [vps] make ``TARGET_VERSION`` of ``nextcloud upgrade`` actually work and document it properly
1 year ago
Valentin Lab
4b99efdff5
fix: dev: improve compatibility outside of VPS layouts
1 year ago
Valentin Lab
e104033e6b
fix: [vps] provide an informative message upon missing ``kal-shlib``
1 year ago
Valentin Lab
0bdf27d7dc
fix: [vps] improve detection of ``compose.yml`` path
1 year ago
Valentin Lab
0ce7bf1b7a
chg: [0km] make ``vps-stats`` action a little more friendlier in case of missing data
1 year ago
Valentin Lab
f848940a4e
fix: [0km] correct typo preventing ``vps-update`` action to work
1 year ago
Valentin Lab
e5b49fc16f
new: [0km,vps] add ``vps stats`` and ``0km vps-stats`` actions to monitor containers
1 year ago
Valentin Lab
e25cec4c05
fix: [vps] support 'docker compose' naming convention for finding mysql container
1 year ago
Valentin Lab
1b7cf70cd2
new: [vps] add ``odoo fix-sso`` command.
2 years ago
Valentin Lab
028ada295d
fix: [vps] make `vps install backup` compatible with latest ``openssh-client``'s version.
2 years ago
Valentin Lab
7fe9ef5912
fix: add hopefully temporary workaround to access old images that won't build anymore
2 years ago
Valentin Lab
b55600c166
fix: prevent curl failure on unexistent file
This file doesn't seem to have ever existed. We keep the code as it is quick to set
it up again if needed.
2 years ago
Valentin Lab
b61626e981
fix: [myc-install] make ``curl`` detect ``404`` errors and follow redirection if any
2 years ago
Valentin Lab
ae0834c1f5
fix: [vps] prevent display of warning messages if ``-s`` silent mode is on.
2 years ago
Valentin Lab
a2478abadf
new: [myc-update] allow to update with an other branch than master
2 years ago
Valentin Lab
0b761885f2
new: [myc-update] install and manage ``cron`` scripts.
Added the ``check-fix`` script to check for 2 docker bugs.
2 years ago
Valentin Lab
68c84c08c4
fix: [install] prevent installation of docker-compose when python >= 3.9 is present
2 years ago
Valentin Lab
8c78dc71ed
new: [check-fix] new action to launch all fixes
A new fix was also added to find and fix `no-matching-entries` issue.
By default, all containers are checked against all checks.
2 years ago
Valentin Lab
d543b82766
fix: [check-fix] repair unable to find PID cases
2 years ago
Valentin Lab
af951dd74d
new: [vps] add ``check-fix container-aliveness`` action
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
feebbfbfe7
fix: [vps] make ``nextcloud upgrade`` change ``compose.yml`` in more scenarii
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
24a729c862
chg: [vps] make ``nextcloud upgrade`` a little less verbose
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
66b575dc3a
new: [vps] add ``nextcloud upgrade`` command to manage full automatic migration
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
cc8ddc4574
new: [vps] add `rocketchat drop-indexes` command
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
6180c6be8f
fix: [vps] remove unused third argument !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
8090b9b590
fix: [vps] add forgotten local variable !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
2 years ago
Valentin Lab
e9720214a8
chg: [vps] wrap database output upon success when using ``set-cyclos-url`` !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
0e7f5621b8
new: [vps] add ``vps cyclos unlock`` command to release lock on database
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
2a26c75764
fix: [vps] support of services not using a frontend to command requiring url
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
ffa0edeec3
new: [0km] allow ``vps-setup`` to bypass domain type check and force domain name change
Print an additional warning message to clarify why domain name is not
changed and how to force the change.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago