All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
oracle vps backups and deployment
DeadlyChemist
Member
Hey
i have a oracle instance (2c 12gb) which runs currently few docker containers (dont even remeber what lol) and my gitea (it used to run rustdesk but i moved that)
usually for my servers i run proxmox, pbs for basic backup and whenever i have some more critical data i use duplicati and backups get stored at multiple locations
anyways, im unsure how to use my oracle vm efficiently? im not sure fan of docker, but eh, fine. how would i handle backups and restores? with pbs it's seconds and i have stuff running.
im also unsure what i'm planning to run on that, arm64 has some restrictions (nothing crazy)
and ideas? on what to run and obviously how (with backup)
i looked and pve is pain in the butt to run on arm64 so i think i'll sadly skip that

Comments
Coolify and Dokploy are the best solutions for self hosting with docker.
It depends what you are running in docker. However, generally it is pretty straight-forward to backup things. You can script it and dump DB, archive/encrypt it and upload it to whatever you want with rsync, for example.