Skip to content

Instantly share code, notes, and snippets.

@gusjer
gusjer / Passbolt-Migration-Guide.md
Created September 9, 2024 15:04 — forked from jesussuarz/Passbolt-Migration-Guide.md
Guide to Migrating Passbolt Server to a New Server

Guide to Migrating Passbolt Server to a New Server

This guide covers two important aspects:

  1. Migrating a Passbolt server from an old server to a new one, even if the new server has a more updated operating system.
  2. Converting a Passbolt Pro installation to a Community (CE) version.

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.

Old Server

First, create a backup of the files and database of your old Passbolt server. To do this, execute:

@gusjer
gusjer / 01-architecting-solutions.md
Created May 26, 2024 15:40 — forked from mikesparr/01-architecting-solutions.md
Study Guide for GCP Professional Cloud Architect exam (notes from refresher course)

Architecting for the cloud

  • 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

3 Major Questions To Ask

  1. Where is the company coming from
@gusjer
gusjer / .gitlab-ci-dynamin-per-project.yaml
Created October 23, 2022 21:11 — forked from aviadlevy/.gitlab-ci-dynamin-per-project.yaml
GitLab CI per project dynamic deploy
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: