Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

futurefuture's avatar

frequency of db backups affect performance?

Hey there!

Just a quick question on my Forge DB backups:

I'm running a MYSQL 5.7 DB on forge right now, and have setup Forge's automatic DB backup to be daily.

I'd like to have this more often, hourly even - is this a bad idea? Will it affect DB performance?

Thanks in advance!

0 likes
5 replies
futurefuture's avatar

Thank you - very interesting. I do not have this setup right now. Is this the same as have a master-slave configuration for read/write on laravel?

sr57's avatar

Under the hood Laravel probably uses mysql or postgresl replication, as far as I'm concerned I use directly base replication (postgresql) because I'm new to Laravel.

Settings this config in Laravel should answer to your question since you have 2 DB on 2 different hosts.

futurefuture's avatar

Awesome, thanks - yea, the docs don't make it clear if it's actual replication happening. But that would be great if so.

Appreciate it!

trin's avatar

depends on many options. a properly configured mysqldump does not create problems.

Please or to participate in this conversation.