- Architect solutions to be scalable and reilient
- Business requirements involve lowering costs / enhancing user experience
- Keep an eye on technical needs during development and operation
- Where is the company coming from
| create deploy to dedicated prod: | |
| stage: pre-prod-deploy | |
| image: gitlab.locsec.net:4567/group/app-infra/ci-image:latest | |
| script: | |
| - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.locsec.net/group/app-infra.git | |
| - cd app-infra | |
| - python3 scripts/generate_ci.py | |
| - cp -r ci-out .. | |
| artifacts: | |
| paths: |
This guide covers two important aspects:
The process described is applicable both for a new installation and for an update on the existing server. In my case, I migrated from CentOS 7 to AlmaLinux 9.4.
First, create a backup of the files and database of your old Passbolt server. To do this, execute: