Shared database among instances

Hey, was wondering how I could do a shared database among 2 instances, so that one instance can edit something in the database, and the second instance could react to it and such. Main reason is using a sharded discord bot in python, and theres a feature where i can keep the bot running but reload its commands. this is achieved if i edit a commands file then reload. When hosting on 2 instances, I’d either need to redeploy from my local machine, or ssh and manually edit it in each instance.

just need something lightweight, doesnt need to be a database, just as long as the instances can detect for example when one of the files is edited and copy that file

From How To to Questions / Help

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.