How to backup or automate the dokploy config?
I want to be prepared for any event where I loose access to my VM and need to configure a new one in just minutes. How can I autoamte the dokploy setup?
7 Replies
I was wondering: since dokploy can create backups and write them to S3 compatible buckets, wouldn't it be logical that it could also use this method to create backups of its own postgres database? I couldn't find this in the dokploy app.
yes fo scaling would be also great
my concern atm is that orchestration is not great, i would love to run dockploy on 1 host and just connect a lot of vps to it for apps
what do you mean? something similar to coolify multi-server?
yep
closest atm is cluster
that is WIP: but this is a short video https://discord.com/channels/1234073262418563112/1234073263584575511/1282616610041102368
I'm also thinking about to deprecate the cluster feature and integrate with the multi server
yes makes sense, main issue with dokploy atm is that i have to re-install it on every server. it makes more sense to have say 1 main orchestration server, then a VPS for a DB, another for API, another 1-2 for client facing etc. if i need to spin up extra DB replicas i just add a server isntead of ... not sure what now with current setup actually
for prod atm using external DB vps just because of this scaling blocker
The orchestration of docker swarm is more useful for stateless application
For databases is more complicated