forgejo backup #27

Open
opened 2025-12-02 23:12:27 +00:00 by apb · 2 comments
Owner

Need

  • backup process
  • backup system
  • Upgrade forgjo
  • switch to postgres
Need - [ ] backup process - [ ] backup system - [ ] Upgrade forgjo - [ ] switch to postgres
apb added the
forgejo
label 2026-04-18 22:33:53 +01:00
Author
Owner

On OMV

  1. docker compose down
  2. ` tar czf - data/ | ssh andy@fins.lan 'cat > ~/forgejo.tar.gz'
  3. docker compose up

On fins

  1. docker compose down
  2. andy@fins:~/thedocks/forgejo$ sudo tar -xvf ~/forgejo.tar.gz -C ./

http://fins.lan:8300

### On OMV 1. `docker compose down` 2. ` tar czf - data/ | ssh andy@fins.lan 'cat > ~/forgejo.tar.gz' 3. `docker compose up` ### On fins 1. `docker compose down` 1. andy@fins:~/thedocks/forgejo$ `sudo tar -xvf ~/forgejo.tar.gz -C ./` http://fins.lan:8300
Author
Owner
Warning: the ECDSA host key for 'fins.lan' differs from the key for the IP address '192.168.1.9'
Offending key for IP in /root/.ssh/known_hosts:7
Matching host key in /root/.ssh/known_hosts:17
``` Warning: the ECDSA host key for 'fins.lan' differs from the key for the IP address '192.168.1.9' Offending key for IP in /root/.ssh/known_hosts:7 Matching host key in /root/.ssh/known_hosts:17 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apb/infrastructure#27
No description provided.