This commit is contained in:
m33 2021-12-27 18:26:55 +00:00
parent 910102db34
commit 1bb06bdb0f

View file

@ -2,7 +2,9 @@
A collection of scripts and tips to make a Misskey admin's life a little bit easyer A collection of scripts and tips to make a Misskey admin's life a little bit easyer
# Script list: Abstract: a VPS, Docker, a Misskey instance, what could save you some time ?
# Scripts list:
## backup_postgres.sh ## backup_postgres.sh
A daily backup for your docker postgresql database, run it daily A daily backup for your docker postgresql database, run it daily
@ -13,3 +15,9 @@ Prune all orphaned images, and stopped containers
## get_container_id.sh ## get_container_id.sh
Get container ID from name (used in other scripts) Get container ID from name (used in other scripts)
# Tips list:
## Separate code and data
The default misskey docker install guide will place misskey code and your instance data in the same directory. Is something goes wrong on a later time, you may accidentally trash your datas.