Affine. Documentador Diagramador
Instalación Android
Componentes
Section titled “Componentes”Este dispone de los siguientes componenentes
- redis
- postgres
Generando respaldos
Section titled “Generando respaldos”Primero nos tenemos que quedar en un directorio donde alojaremos nuestros archivos.
Postgres
Section titled “Postgres”docker exec -it affine_postgres /bin/bashpg_dump -U affine -d affine -f backup.sqldocker cp affine_postgres:/backup.sql .docker exec -it affine_redis /bin/bashcd /dataredis-cli SAVEdocker cp affine_redis:/data/dump.rdb .Respaldamos al carpeta completa (en realidad no tengo idea si es necesario)
tar -acvzf affine.tar.gz --exclude='.git' --exclude='node_modules' AFFiNE/Luego subimos todo a una nube como Google Drive o donde se tenga un respaldo