记录 ttrss 迁移
Awesome-TTRSS 迁移/备份恢复 云服务器重装系统后,原有的 TTRSS 服务也需要重新配置,故在网上查找到迁移/备份的教程,以备使用。
查询原始服务器 docker 状态(确保在 root 状态下操作) 查询数据库容器 ID sudo docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 938354bd6bd6 wangqiru/ttrss:latest "sh /docker-entrypoi…" 39 hours ago Up 39 hours (unhealthy) 0.0.0.0:18280->80/tcp, :::18280->80/tcp ttrss 6c4b2d760a18 postgres:16-alpine "docker-entrypoint.s…" 39 hours ago Up 39 hours (healthy) ttrss_database.postgres_1 从查询结果得知,数据库 postgres 的 ID 为 6c4b2d760a18,
2025-05-30
实践指北
Docker
Linux
TTRSS