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
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
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
2641cb4d76
new: [vps] add ``upgrade postgres`` action
12 months 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
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
ae0834c1f5
fix: [vps] prevent display of warning messages if ``-s`` silent mode is on.
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
69a6416ae0
new: [vps] make {odoo,cyclos} actions are compatible with more general environments
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
c58d681e48
new: [vps] add ``cyclos {dump,restore,set-root-url}`` commands
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
1cbff5305e
new: add ``vps odoo {restart,dump,restore,set-cyclos-url}`` commands
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
3 years ago
Valentin Lab
278d3822ca
new: [vps] use ssh key commentary to store compose type
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
d6cc106547
fix: doc: small typos and spaces concerns !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
c6f4ef4f92
new: [vps] add ``recover-target`` action to recover files/directory from backup
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
43e8c6a288
chg: dev: [vps] fail early on unexpected errors due to misconfigured ``compose.yml``
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
906ba8080e
chg: [vps] spacing issues !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
aa45f476e9
chg: [vps] be slightly more informative about what to do with last command !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
9a2dbceeed
new: [vps] allow usage of ``backup-*`` options on ``install backup``
Also, ``--ignore-ping-check`` is also available on the ``mailcow``
side as the check was also added.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
f5abe72f07
fix: dev: [vps] duplicate line !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
d2fce27050
fix: dev: [vps] try to be consistent and allow common parsing by ``0km``.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
8bfb8fa80b
chg: [vps] domain check supports ``server-aliases`` and service name as domain
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
9d06ab4ead
fix: dev: [vps] insert line return in error message for clarity !minor
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
ca873f5c1b
new: [vps] new instructions for registering new backup in backup host
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
39ada47501
new: [vps] updated final command to run after installation of backup
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
61e8483673
new: [vps] common backup process between ``mailcow`` and ``compose`` installs
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
76b5a506a7
new: [vps] add mailcow installation
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago
Valentin Lab
599259bcdc
new: [vps] add local command ``vps``
This command is intended to be run from the local vps being
targeted.
Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
4 years ago