modified: README.md
All checks were successful
/ build-docker-image (push) Successful in 12s

This commit is contained in:
2025-03-02 00:25:25 +00:00
parent b7646d2500
commit f9e8eb2133

View File

@@ -30,6 +30,12 @@ _Source - https://docs.gitea.io/en-us/backup-and-restore/_
# bash -c "x" -> execute bash with command x # bash -c "x" -> execute bash with command x
/usr/bin/docker exec -u git -w /tmp/backups gitea bash -c "/app/gitea/gitea dump" /usr/bin/docker exec -u git -w /tmp/backups gitea bash -c "/app/gitea/gitea dump"
#export to import to postgres (migrating from mysql to postgres)
sudo docker exec -u git -it -w /tmp gitea bash -c '/app/gitea/gitea dump -d postgres'
``` ```
## nginx ## nginx