services-garbaye/podman-framadate
Gitouche 5b57e48156 passwordless backups for all 2023-12-09 23:09:13 +01:00
..
container framadate : debug 2023-10-26 19:26:26 +02:00
.gitlab-ci.yml privatebin et framadate : build script filename. matrix: ajustement buildkit 2023-07-29 11:08:44 +02:00
00_status.sh refactoring scripts identiques : pod status 2022-01-28 13:37:31 +01:00
05_freshinstall.sh framadate, jitsi, seafile : appel de 10_install dans 05_freshinstall, comme matrix 2022-01-28 22:28:12 +01:00
10_install.sh Commandes podman : invocation explicite container/image 2023-04-21 13:53:55 +02:00
20_enable.sh refactoring scripts identiques : pod enable 2022-01-28 13:15:48 +01:00
30_start.sh refactoring scripts identiques : pod start 2022-01-28 13:19:53 +01:00
40_stop.sh refactoring scripts identiques : pod stop 2022-01-28 13:23:34 +01:00
60_db_dump.sh passwordless backups for all 2023-12-09 23:09:13 +01:00
70_disable.sh refactoring scripts identiques : pod disable 2022-01-28 13:25:15 +01:00
80_destroy.sh refactoring scripts identiques : pod destroy 2022-01-28 13:31:22 +01:00
90_prune.sh mutualisation scripts prune 2022-02-10 22:18:42 +01:00
README.md Add new file 2022-11-08 21:23:45 +00:00
ci_build-images.sh build image script : force TMPDIR 2023-10-29 15:32:34 +01:00
container-compose.yml framadate : suppression restart policy container-compose.yml 2023-10-26 20:19:27 +02:00
vars.sh framadate : debug 2023-10-26 19:26:26 +02:00

README.md

Framadate

Restauration

À partir d'une copie des home utilisateur (volumes podman compris) dans /backup :

  • En tant qu'utilisateur podman-framadate :
podman volume create podman-framadate_framadate-db
  • En tant que root :
rsync -a /backup/home/podman-framadate/.local/share/containers/storage/volumes/podman-framadate_framadate-db/_data ~podman-framadate/.local/share/containers/storage/volumes/podman-framadate_framadate-db/
chown -R podman-framadate:podman-users ~podman-framadate/.local/share/containers/storage/volumes/podman-framadate_framadate-db/_data/
  • En tant qu'utilisateur podman-framadate :
podman unshare chown -R 999:999 ~/.local/share/containers/storage/volumes/podman-framadate_framadate-db/_data
  • Exporter les variables d'environnement et procéder à l'installation normale (10_install.sh)