You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to use it normally (Docker-compose deployment), but two months ago, my server expired, so I used to directly compress the copy file by directly copying the file and then decompressed it on the new machine and directly deployed. Recently I discovered that I all found me all my Submitting information is not visible on GOGS, but you can still fetch it
here is my docker-compose.yml
version: "3"
services:
Gogs version
0.13
Git version
Operating system
Windows 10
Database
mysql:8.0.29
Describe the bug
I used to use it normally (Docker-compose deployment), but two months ago, my server expired, so I used to directly compress the copy file by directly copying the file and then decompressed it on the new machine and directly deployed. Recently I discovered that I all found me all my Submitting information is not visible on GOGS, but you can still fetch it
here is my docker-compose.yml
version: "3"
services:
gogs:
image: gogs/gogs:0.13
container_name: gogs
restart: unless-stopped
volumes:
- ./data:/data
networks:
- service
networks:
service:
external: true
docker network service is normal bridge
To reproduce
use gogs normally, and then stop docker, compress the all file into tar, scp to new machine and decompress it, then docker start
Expected behavior
i only wants to report it
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: