#What's the Point of Extra Databases?

24 messages · Page 1 of 1 (latest)

thorn idol
#

Hey y'all! I'm hoping someone smarter than me can fill a gap in my understanding of Pterodactyl. What is the point of making databases when you start your game server? I see a lot of hosting providers advertise it as one of their features too. Does it benefit the players in certain situations?

Thanks!

hearty kestrel
#

Some game or plugins of games needs databases. And somethimes you have more then 1 plugin that needs its own database.

thorn idol
robust axle
hearty kestrel
robust axle
robust axle
random wolf
robust axle
robust axle
#

Unless you assume that a plugin could wipe an entire database. (Accidentally or otherwise)

robust axle
barren lynx
#

Plenty of plugins have table names that would overlap. Far more reasonable to use separate databases for each plugin.

#

Trying to use one database for a whole bunch of unrelated things is just asking for trouble

random wolf
#

how would a plugin with malicious intent be accidentally

robust axle
robust axle
# random wolf ^^

“Unless you assume that a plugin could wipe an entire database. (Accidentally or otherwise)”

#

That is what I meant with it

robust axle
barren lynx
#

That's totally different tho. That's one application, and you have control over the development of the schema or at least table prefixes.

robust axle
random wolf
#

👍